I am trying to search for an email address on my harddisk. I know that it should be something like:
b************m@e******.com
and this is why I came up with this regex:
b.{12}m@e.{6}.com
I found that findstr
could be useful for this job and tried:
findstr /R b.{12}m@e.{6}\.com c:\*.*
but it doesn't find anything even if I added a file with an email that should match that regex of mine, this one for example: b8726ngs.poinm@e123456.com