Hi, I tried to look for an answer, I hope this isn't a duplicate question.
I use FileLocator to search for containing text within txt files.
If I search for email for example
johnsmith@domain.com I want to search include also results like this:
john.smith@domain.com
johnsmith.@domain.com
j.oh.n.smith@domain.com
So, to ignore any dot within the string.
I tried using Fuzzy mode but then I get many unwanted results.
Hope this is clear what I am looking for, thanks