regular expression

Pierre pierre.gaillard at gmail.com
Thu Aug 20 03:18:23 EDT 2009


Hello,

I would like to change the string "(1 and (2 or 3))"  by  "(x[1] & (x
[2] || x[3]))" using regular expression...
Anyone can help me ?

Thanks.






More information about the Python-list mailing list