Code: Select all
Search for: (b)
Replace with: $2
RegEx: Enabled
Result: a$c
Expected: ac
It's a bug in the regex library. I have reported it and a fix has been made. See:
https://github.com/andgineer/TRegExpr/issues/268
Moderators: Hacker, petermad, Stefan2, white
Code: Select all
Search for: (b)
Replace with: $2
RegEx: Enabled
Result: a$c
Expected: ac
Moderator message from: white » 2022-05-04, 20:21 UTC
Indeed I saw this just today before the release can compared the new master branch with my code to be sure that I didn't miss any changes.The fix for TRegExpr has been merged with master branche and a new release has been created.