in reply to array of strings that matched a pattern

Slightly tangental but just for edification's sake: there's also @+ and @- which store offsets into the string and the documentation for the later gives examples to translate a match variable $n into a corresponding substr($str, $-[n], $+[n]-$-[n]) call.

The cake is a lie.
The cake is a lie.
The cake is a lie.

  • Comment on Re: array of strings that matched a pattern