I have a big string , with this line specifically:
/CIP3AdmSeparationNames [(Cyan)(Magenta)(Yellow)(Black)(PANTONE 647 C)] def
I'm trying to extract ONLY the contents between Parentheses from that string with regex - but not being able to, tried a lot of combinations but none of 'em worked.
The string has many lines - i just need this content. I don't wanna use .Indexof or .Substring - they were giving me bugs all the time.
Thanks in advance for any help !
Parveen SiwachPosted Feb 15, 2016, 2:05 PM
Pablo CostaPosted Feb 15, 2016, 9:22 AM
Amit Kumar SinghPosted Feb 15, 2016, 9:04 AM
Pablo CostaPosted Feb 15, 2016, 9:01 AM
/CIP3AdmSeparationNames [(Cyan)(Magenta)(Yellow)(Black)(PANTONE 647 C)] def
/CIP3AdmPSExtent [lots of data , numbers] def
Amit Kumar SinghPosted Feb 15, 2016, 8:57 AM