We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The $+ global is the highest group matched by the last successful match.
This:
str = 'hello goodbye'; str[/he(llo) g(o(od))/]; $+
Shows:
"od"
There was an error while loading. Please reload this page.