Re: python - regex handling

2006-07-04 Thread Paolo Pantaleo
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

Re: python - regex handling

2006-07-04 Thread Ravi Teja
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

Re: python - regex handling

2006-07-04 Thread Marc 'BlackJack' Rintsch
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

python - regex handling

2006-07-04 Thread bruce
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