We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
When I capture a group using rsub, I'm unable to access the capture using $1 or \1. For example @rsub s/(test)/$1/
prints $1
Am I missing something?