bruce wrote:
> hi...
>
> does python provide regex handling similar to perl. can't find anything in
> the docs i've seen to indicate it does...
>
> -bruce

It helps to learn to search before asking for help.
Typing the words - python regex (words from your post) into Google
gives you plenty of results with the first link being the HOWTO. A
better query - python "regular expressions" would give you even more.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to