|
|
Browse by Tags
All Tags » replace » regex » string » subsequent matc... » backreference
-
I ran into an interesting situation where back references overwrite previous changes in a regular expression.
I needed a regular expression that updated a pattern but also checked for something that comes before the pattern. It should leave everything before the pattern as it was before the updates. There can be multiple matches of ...
|
|
|