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.py
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.py