Hi,
My OS is Win 7 and the version of Everything is 1.2.1.371.
Now, I find that it doesn't work if I enable regex and my search contents contain path seperator '\' .
For example, when I enable regex and search "c:\program files\", I get nothing.
But if I cancel the regex, the result is normal and shows all files and folders in this folder.
What's the problem?
Any suggestion is appreciated.
Thanks
Match path&Enable Regex
-
samintz
- Posts: 1
- Joined: Mon Aug 15, 2011 2:51 pm
Re: Match path&Enable Regex
Since the backslash is an escape character in regex try doubling the backslashes.
i.e. C:\\program Files\\
-Scott
i.e. C:\\program Files\\
-Scott
-
ringtail
- Posts: 2
- Joined: Sat Jan 21, 2012 1:08 pm
Re: Match path&Enable Regex
Hi Scott,samintz wrote:Since the backslash is an escape character in regex try doubling the backslashes.
i.e. C:\\program Files\\
-Scott
thanks for your reply. I have tried to double the backslashes, but it still doesn't work.