Can any of you intellectuals help me with the following pattern match:
I have a text list. On each line of the text list is a string enclosed in parentheses, i.e.,
blahblahblah(blahblahblah)
blahblahblah(blahblahblah)
and so on down the text file. I'm trying to extract the text in parentheses and dump it to another file. I typically don't have a lot of problems greping files for data but I'm not sure how to specify the /// since ( ) are special perl characters. Any and all input would be greatly appreciated.
Regards,
FinnMan
I have a text list. On each line of the text list is a string enclosed in parentheses, i.e.,
blahblahblah(blahblahblah)
blahblahblah(blahblahblah)
and so on down the text file. I'm trying to extract the text in parentheses and dump it to another file. I typically don't have a lot of problems greping files for data but I'm not sure how to specify the /// since ( ) are special perl characters. Any and all input would be greatly appreciated.
Regards,
FinnMan