class documentation

Undocumented

Method __call__ Validate that the input contains (or does *not* contain, if inverse_match is True) a match for the regular expression.
Method __eq__ Undocumented
Method __init__ Undocumented
Instance Variable code Undocumented
Instance Variable flags Undocumented
Instance Variable inverse_match Undocumented
Instance Variable message Undocumented
Instance Variable regex Undocumented
def __call__(self, value): (source)

Validate that the input contains (or does *not* contain, if inverse_match is True) a match for the regular expression.

def __eq__(self, other): (source)

Undocumented

def __init__(self, regex=None, message=None, code=None, inverse_match=None, flags=None): (source)

Undocumented

Undocumented

inverse_match = (source)

Undocumented