Is the following intended behavior? If yes, could you explain, why?
I have an empty directory c:\xyyx
UNEXPECTED behavior:
1.)
Search Menu: "Enable Regex" checked.
Search entry: noregex:xyyx
=> NO hits
EXPECTED behavior:
2.)
Search Menu: "Enable Regex" NOT checked.
Search entry: noregex:xyyx
=> xyyx is found
3.)
Search Menu: "Enable Regex" NOT checked.
Search entry: xyyx
=> xyyx is found
4.)
Search Menu: "Enable Regex" checked.
Search entry: xyyx
=> xyyx is found
Match Path is not checked in any case.
Kind regards
Axel
Everything 1.3.4.686 (x64)
Win7pro
Search menu: Enable Regex, Search entry: noregex
-
void
- Developer
- Posts: 19902
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Search menu: Enable Regex, Search entry: noregex
Search modifiers do not work in Regex mode.1.)
Search Menu: "Enable Regex" checked.
Search entry: noregex:xyyx
=> NO hits
When regex is enabled the entire search string is considered as a literal regular expression.
If you need the search modifiers please disable regex from the search menu and use the regex: modifier.
-
Axel
- Posts: 3
- Joined: Sun Aug 24, 2014 6:37 am
Re: Search menu: Enable Regex, Search entry: noregex
OK, I understand. That's OK for me. Thank you for the explanation!
Axel
Axel