Closed slevithan closed 3 years ago
In XRegExp replacement text syntax, all of the following should throw errors but currently don't:
$
$< name>
${name }
$< 1>
${1 }
In XRegExp replacement text syntax, all of the following should throw errors but currently don't:
$
at the end of the string (no following character).$
(dollar space).$< name>
or${name }
.$< 1>
or${1 }
.