RE replace problem too

oyster lepto.python at gmail.com
Fri Jun 12 03:35:19 EDT 2009


in my case, I want to replace all the function name with '', that is
sin(1)  ->  (1)
sin(pi*(2+4))  -> (pi*(2+4))
how can I use RE in this situation? thanx



More information about the Python-list mailing list