Closed vkd closed 7 years ago
I've confirmed that this is working as-designed. It behaves exactly the same as the .NET regex engine. If you want to do this kind of replacement text (where the $1
is followed without spaces by another number) you need to add braces so the parser can tell where the intended group number stops (e.g. ${1}456$2
)
Test case:
Result: