On Thu, 2010-11-25 at 15:56 +0530, Anand Balachandran Pillai wrote:
> > r'(^0\d{2}[-\s]{1}[1-6]{1}\d{7})|(^0\d{3}[-\s]{1}[1-6]{1}\d{6})|(^0
> > \d{4}[-\s]{1}[1-6]{1}\d{5})'
> >
> 
> It is doable, but you should really use pyparsing for this - this is
> UGLY ! 

I know - but everything I tried to make it look good did not work. And
the app in which I am plugging this into requires an re.
-- 
regards
Kenneth Gonsalves

_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to