Search found 1 match
- 12 Nov 2014 21:19
- Forum: DOS Batch Forum
- Topic: regex search and replace for batch - Easily edit files!
- Replies: 48
- Views: 163447
Re: regex search and replace for batch - Easily edit files!
Hello Dave, I am using the latest 6.2 version of repl.bat to search and replace a string using regular expressions....I am running into an issue with a particular use case. Below is the code: @echo off set allGroups=Requirements Contributors set groupMembers=Smith, John (MIT) (SmithJ), BomarD, Ronal...