@Coises said:
Do bad substitutions happen if the document is set as UTF-8, or is it specific to ANSI?
I’ve experienced it with both at this point.
Have you ever seen a bad replacement where the replacement string did not use a capturing group reference
Not that I’ve noticed so far.
New test:
I used the same list of words, but inserted the number 2 between the second and third letters of all words that consisted of at least three letters, then stepped through using Find ([a-z])\d([a-z]) and Replace \1\2. There are anomalies. Examples include:
ac2ademic became adjdemic
ad2ministration became a
ginistration