in reply to Re^2: how to extract string by possible groupings?
in thread how to extract string by possible groupings?

> what does the symbol ":?" mean

its (?:...) not :?

see (like already mentioned) perlre#Extended-Patterns

Cheers Rolf

(addicted to the Perl Programming Language)