Looking for either word “ And ” or “ In ” with preceding and ending spaces, I can using following FINDSTR command:
findstr /r /c:” And ” /c:” In “ textfile
Is there a way to do similar search with only on /c parameter? I was hoping this parameter would work: /c:” (And|In) “