2006/7/4, bruce <[EMAIL PROTECTED]>:
> 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 t
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 res
In <[EMAIL PROTECTED]>, bruce wrote:
> does python provide regex handling similar to perl. can't find anything in
> the docs i've seen to indicate it does...
The `re` module handles Perl compatible regexes.
Ciao,
Marc 'BlackJack' Rintsch
--
http://mail.python.org/mailman/listinfo/python
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