bjamet
Results
1
issues of
bjamet
when I have a schema like this ` "name": f.String( pre_load=[strip, unicode_normalize], validators=v.Length(min=1, max=10) & v.Match(re.compile(r"^[\w]+$")), ), ` I'd like the value to be stripped and normalized before vadidated