For a list of supported features see tests.
Test if text matches the pattern.
match(text, pattern)
Returns True if text matches the pattern, False otherwise.
python regex.pyFor a list of supported features see tests.
Test if text matches the pattern.
match(text, pattern)
Returns True if text matches the pattern, False otherwise.
python regex.py