[Pdx-pm] regular expression

darthsmily darthsmily at verizon.net
Sat Mar 13 17:19:46 CST 2004


I need regular expression help.
I'm sure I'm overlooking some small detail.

I am working with this string for this example:
keyword NeedThis_1(blah, bloh); keyword NeedThis_2(blah, bloh,foo, bar);


I have tried
"keyword.*\("
but this returns:
keyword NeedThis_1(blah, bloh); keyword NeedThis_2(

What I want to return:
NeedThis_1
NeedThis_2

Any Ideas?

Thanks.




More information about the Pdx-pm-list mailing list