in reply to Re^2: how to extract string by possible groupings?in thread how to extract string by possible groupings?
its (?:...) not :?
see (like already mentioned) perlre#Extended-Patterns
Cheers Rolf
(addicted to the Perl Programming Language)