Search

Garth Grimm garth_grimm at hp.com
Thu Aug 23 19:59:29 EDT 2001


check out the re module that is included with the distribution...

http://python.org/doc/2.0/lib/module-re.html

Or review some of the string module (also included with the distribution)
methods which do substring searching and matching.

http://python.org/doc/2.0/lib/module-string.html

--
Garth


"Charles" <charles at a3a.com.br> wrote in message
news:mailman.998602748.22311.python-list at python.org...
> Hello,
>  Anybody know if python have a perl like regex or php ereg function ?
>  I need search a word into string, but i dont know how modules can help
me.
>
> Thanks.
> Charles
>
>





More information about the Python-list mailing list