Normally, using the following regular expression, I should find any file with either the .pdf or the .docx extension:
Code: Select all
regex:^.*\.(pdf|docx)$
But in Everything (last 1.4.1.932 version, I just upgraded in order to be sure), this doesn't seem to work. Actually nothing is found.
Is Everything using some specific not standard regular expression syntax for doing this?
Or should I have to escape some parts of the expression?
Or should I file a bug report?
Gingko