G
Guest
Is there a way to substitute for two words using a single Regex command. I would like to do the following substitutions in a text fil
From "sans" to "without
From "stupid" to "questionable
Using two Regex passes is simple. Can it be done in one?
From "sans" to "without
From "stupid" to "questionable
Using two Regex passes is simple. Can it be done in one?