I have a inquiry about Everything and I'm actually quite confused.
I know there maybe a different way to do this however I'm attempting to keep my old feeble mind sharp when it comes to regex so I am attempting to exercise this knowledge some.
Here is my ponderence. I'm doing a statement that looks for both the .jpg and .jpeg extensions with regex. When I activate the regex via menu option/keyboard shortcut, the following statement works like a charm.
\.\jp(g|eg)
This returns what I expect to see.
However because I also want to just show a certain time/date range, I want to enable the regex parameter without it being global so I can use the dm: function.
However when I just put this into Everything regex:\.\jp(g|eg), it returns only one file and it is not even a picture file!
Am I using the regex: parameter incorrectly? I have done similar statements and it has worked correctly. I will admit in those other scenarios, I was not looking for an extension nor was i telling Everyting in those instances to substitute the ending with two different variants.
Thank you for your time and if someone more versed in this tool can maybe show a shortcut that I could file away for reference, I will appreciate that input as well.