Replace with wildcard
Posted: Fri Nov 30, 2001 7:55 pm
I have 200+ files where I need to replace strings that contain different numbers.
In one file, the strings is "Nca123 Map" but in the next file it is "Nca124 Map".
I would like to replace the "Nca123 Map" with "Select1 Map". Is this possible, if so, how? Sort of like, "Nca*** Map" to "Select1 Map". (Ignore all quotes in message) I have tried in vain to use regular expressions.
In one file, the strings is "Nca123 Map" but in the next file it is "Nca124 Map".
I would like to replace the "Nca123 Map" with "Select1 Map". Is this possible, if so, how? Sort of like, "Nca*** Map" to "Select1 Map". (Ignore all quotes in message) I have tried in vain to use regular expressions.