The issue that I am running into is that while the "Find" bar can 'read' wildcards, the "Replace" bar seemingly cannot, even when I click "Use Wildcards" while in the "Replace" bar. I am on a Windows computer, and I believe I have the newest version of Word.
I am trying to replace instances like the following: "word 123" => "word, 123"
My setup in the "Find and Replace" window was as follows (with "Use Wildcards" turned on, of course):
- FIND: [a-z] [0-9]
- REPLACE: [a-z], [0-9]
This did the trick for finding all instances. But when I clicked "Replace", instead of creating "word, 123", it would remove the "d" and "1" and literally insert the "Replace" command, creating "wor[a-z], [0-9]23".
I do understand why it is replacing the "d" and "1" and inserting the command, I am just looking to figure out how to do the replacement properly -- leaving the string as it was and simply inserting the comma after the letter.
I have seen threads with the commands to replace the first or second group in a wildcard (/1 or /2), but would those work in this situation, since what I would like to replace is between the "letters" and "numbers" groups?
This is a recurring edit that comes up in my job, so this would be incredibly helpful going forward. Thank you!