Simple Python REGEX Question

johnny rampeters at gmail.com
Fri May 11 11:54:31 EDT 2007


I need to get the content inside the bracket.

eg. some characters before bracket (3.12345).

I need to get whatever inside the (), in this case 3.12345.

How do you do this with python regular expression?




More information about the Python-list mailing list