just for faster and more accurately search
apparently the character space " " is widely used for file/folder names,and the edit string uses space " " as the delimiter to separate the search keywords, but in this case you cannot input the character space " " literally.
maybe "/ " or "\ " or "\s" to escape the literal space " "?
Escape for the literal character space " "
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
-
yvonzh
- Posts: 8
- Joined: Mon Dec 26, 2011 7:56 am
Re: Escape for the literal character space " "
I tried that once,but didn't notice that.
Thank u.
Thank u.
-
yvonzh
- Posts: 8
- Joined: Mon Dec 26, 2011 7:56 am
Re: Escape for the literal character space " "
[" "] can be redefined as [/ ] with the filter by the way.
Although [foo" "some" "thing] is not like ["foo some thing"] ,it will reduce a lot of unwanted results.
Although [foo" "some" "thing] is not like ["foo some thing"] ,it will reduce a lot of unwanted results.