Regex Question

Frank Koshti frank.koshti at gmail.com
Sat Aug 18 10:21:20 EDT 2012


I think the point was missed. I don't want to use an XML parser. The
point is to pick up those tokens, and yes I've done my share of RTFM.
This is what I've come up with:

'\$\w*\(?.*?\)'

Which doesn't work well on the above example, which is partly why I
reached out to the group. Can anyone help me with the regex?

Thanks,
Frank



More information about the Python-list mailing list