Clarify Regex in Python.

Fredrik Lundh fredrik at pythonware.com
Tue Sep 12 08:59:40 EDT 2006


cooldudevamsee at gmail.com wrote:

> I know there r many more methods to do the job, I just wonder can we
> turnoff the default behaviour of match method.

that's not the "default behaviour", that's how match works.  if you want 
search, use search instead.

</F>




More information about the Python-list mailing list