How to write a search pattern to include a space in findstr?
If you use spaces, you need the /C: option to pass the the literal string(s) to the regex /R option. Once the it gets to the regex, it’s treated as a regex. That said, this is typical MS trash. Use two regex search strings The bottom line is that you have to use 2 strings … Read more