regular expression - matches

abcd codecraig at gmail.com
Fri Jul 21 09:36:30 EDT 2006


how can i determine if a given character sequence matches my regex,
completely?

in java for example I can do,
Pattern.compile(regex).matcher(input).matches()

this returns True/False whether or not input matches the regex
completely.

is there a matches in python?




More information about the Python-list mailing list