T
tedmi
If I replace "a" with "q" (not that I really would want to do that), the case
of the replacement q matches the case of the found a.
But here's a real-world example: .
But if I replace " a " (note spaces before and after) with " a^s", (to avoid
a single-letter word at the end of a line) the replacement is always
lowercase, even if the found A is upper.
"Match case" option is turned off in both replacements.
Why is this?
of the replacement q matches the case of the found a.
But here's a real-world example: .
But if I replace " a " (note spaces before and after) with " a^s", (to avoid
a single-letter word at the end of a line) the replacement is always
lowercase, even if the found A is upper.
"Match case" option is turned off in both replacements.
Why is this?