Search found 1 match

by Dani
15 May 2014 02:06
Forum: DOS Batch Forum
Topic: FindRepl.bat:New regex utility to search and replace strings
Replies: 139
Views: 264688

Re: New regex utility to search and replace strings in files

I'm using /A to make multiple replaces at once. When using regular strings it works fine, however when using a regex with /A it replaces the string with a blank. Example: Content of the file (Regex.txt): Dani.vbs XXX Y*&&^ test.txt Dani.vbs 10.2.3.4 Y*&&^ test.txt Command: < ".\...