Clarify Regex in Python.

cooldudevamsee at gmail.com cooldudevamsee at gmail.com
Tue Sep 12 08:07:03 EDT 2006


After may frustrated attempts I came to know that  "match" function in
python re package actually start the matchs at the begining of the
subject, where "search" will find the given pattern any where in the
subject.

My Problem is, I want to know how can I force match functions to match
the pattern any location in the subject. i.e I want to turn off before
said behaviour.


Thanks In advance.




More information about the Python-list mailing list