Not work search Everything
regex:\Q\E
Not work search Everything (quote operator)
Not work search Everything (quote operator)
Last edited by Debugger on Sat Apr 20, 2019 11:52 pm, edited 1 time in total.
Re: Not work search Everything
\Q..\E is working for me in Everything
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.
Re: Not work search Everything (quote operator)
identically finds the word as without this regex, there is no difference! So why is this operator?
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.
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