python - regex handling

Paolo Pantaleo paolopantaleo at gmail.com
Wed Jul 5 02:20:10 EDT 2006


2006/7/4, bruce <bedouglas at earthlink.net>:
> hi...
>
> does python provide regex handling similar to perl. can't find anything in
> the docs i've seen to indicate it does...
>
> -bruce
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
http://python.org/doc/2.4.1/lib/module-re.html

Here is the documentation about re, I think that if you spend an hour
or two reading it, you will know about everything you need.

Paolo

-- 
If you like Python as I do, you can find useful my little Python resource center
http://ppp3.co.nr



More information about the Python-list mailing list