Re: REGULAR EXPRESSION

2007-09-04 Thread AniNair
On Sep 5, 4:35 am, Ricardo Aráoz <[EMAIL PROTECTED]> wrote: > Steve Holden wrote: > > AniNair wrote: > >> hi.. I am trying to match '+ %&/-' etc using regular expression in > >> expressions like 879+34343. I tried \W+ but it matches only in the >

REGULAR EXPRESSION

2007-09-04 Thread AniNair
hi.. I am trying to match '+ %&/-' etc using regular expression in expressions like 879+34343. I tried \W+ but it matches only in the beginning of the string Plz help Thanking you in advance... -- http://mail.python.org/mailman/listinfo/python-list