I am currently writing a NIS netgroup parser,<br>by isolating metaclasses from tokens (eg. (,login,-))<br><br>What is the correct regexp to match parentheses ?<br>I tried /[.(.].*[.).]/ but it has no effect.<br>I suppose I could have done it with the octal code of '(' and ')' but I dunno it.<br><br>Thanks for help !<br><br>Regards.