Category "findstr"

Need help to write regex to earch for this string: "/Type/Font"

I appeal to those fluent in regex: it would take you less then a minute to give me the anwser, but I spent ALL DAY looking for solution. Tried the regex online

Using Findstr to find a serial number in a line

I am using devcon to query a verifone device to get the serial number and I a trying to find the serial number below "123-552-666" and output that to a text fil

How to get entire line that contains given string using findstr in batch script?

I need to get the line that contains the keyword ProductVersion from one of my svn repository csproj files. I have tried below code, but it is not working as ex