I would like find all occurences of "ABC" which are not followed by "123"
and replace them with "abc". For example:
"ABC dd" -> "abc dd"
"ABC123" -> "ABC123"
"ABC 123" -> "abc 123"
Give me a recipe, please. I've spent 2 hours googling for it.
-tt.
and replace them with "abc". For example:
"ABC dd" -> "abc dd"
"ABC123" -> "ABC123"
"ABC 123" -> "abc 123"
Give me a recipe, please. I've spent 2 hours googling for it.
-tt.
Comment