in reply to Re: Getting + and * to generate multiple captures
in thread Getting + and * to generate multiple captures
The problem with this is that I want each word in a separate array element. I'd have to use split() on this outer-capture and it turns out that this is not ideal for my bigger problem.