Jordan Gigov writes:
> A recent thread gave me the idea that it would be convenient to have
> another flag for `regexp_matches` to make it return a singular
> two-dimensional array of matches when performing a global match.
> Why? Well, basically you avoid having to aggregate the rows afterwards
A recent thread gave me the idea that it would be convenient to have
another flag for `regexp_matches` to make it return a singular
two-dimensional array of matches when performing a global match.
Why? Well, basically you avoid having to aggregate the rows afterwards
using by wrapping it in a subq