Regular E
view all »Regular E
view all »When track changes is enabled, MS Word transposes characters when using the wildcard string (a.k.a. regular expression):
Find \(([0-9]{4})\)
Replace with . \1.
The aim of the string is to transform, e.g. Hart, Keith (1973) to Hart, Keith. 1973.
But when track changes is on it produces Hart, Keith1973..
The only way to work around this that I [...]
Regular expressions, a.k.a wildcards, for use in find/replace functions. These strings allow you to speed up some mechanical editing tasks.
view all »