Not work search Everything
regex:\Q\E
Not work search Everything (quote operator)
-
Debugger
- Posts: 719
- Joined: Thu Jan 26, 2017 11:56 am
Not work search Everything (quote operator)
Last edited by Debugger on Sat Apr 20, 2019 11:52 pm, edited 1 time in total.
-
vanisk
- Posts: 152
- Joined: Sat Oct 27, 2018 11:33 am
Re: Not work search Everything
\Q..\E is working for me in Everything
-
Debugger
- Posts: 719
- Joined: Thu Jan 26, 2017 11:56 am
Re: Not work search Everything
vanisk
\Q The begin quote operator. Everything that follows is treated as a literal character until a \E end quote operator is found.
\E The end quote operator. Terminates a sequence begun with \Q.
\Q The begin quote operator. Everything that follows is treated as a literal character until a \E end quote operator is found.
\E The end quote operator. Terminates a sequence begun with \Q.
-
vanisk
- Posts: 152
- Joined: Sat Oct 27, 2018 11:33 am
Re: Not work search Everything (quote operator)
You do not have the required permissions to view the files attached to this post.
-
Debugger
- Posts: 719
- Joined: Thu Jan 26, 2017 11:56 am
Re: Not work search Everything (quote operator)
identically finds the word as without this regex, there is no difference! So why is this operator?
-
vanisk
- Posts: 152
- Joined: Sat Oct 27, 2018 11:33 am
Re: Not work search Everything (quote operator)
My example (& screenshot) may be a bad example. But my point is \Q..\E is working in Everything (as opposed to the title of this post).
The purpose of \Q...\E (in Everything Search) is beyond my knowledge.
Someone else will reply to that.
The purpose of \Q...\E (in Everything Search) is beyond my knowledge.
Someone else will reply to that.
Last edited by vanisk on Sun Apr 21, 2019 10:36 am, edited 1 time in total.
-
Debugger
- Posts: 719
- Joined: Thu Jan 26, 2017 11:56 am
Re: Not work search Everything (quote operator)
For instance, in order to match two stars, you could have this in your regex:
\Q**\E
so, for example, in Everything incorrectly looking for two dots
regex:\Q..\E
Hypnosis...Isn't...Re...al... by Punisher2006_345887504

\Q**\E
so, for example, in Everything incorrectly looking for two dots
regex:\Q..\E
Hypnosis...Isn't...Re...al... by Punisher2006_345887504
