I want to create an array from all matches in parenthesis. Something like:
It works for for the entire expression, but I need to collect only from () or $1s.
Of course I know how to do this in 2 stages, but I want it to be in one expression, which I know is possible.