Quicksearch for exact term - how?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
SkyFrontier
Posts: 2341
Joined: 04 Jan 2010 14:27
Location: Pasárgada (eu vou!)

Quicksearch for exact term - how?

Post by SkyFrontier »

Hello.
I'm trying to perfom

text quicksearch("<curbase> /nfcw /fuzzy=0"); //non recursive, files only, case-sensitive
w = whole words, not supported here?
fuzzy 0 = 'Value 0 is equivalent to non-fuzzy so it's the same as omitting the whole switch.' Isn't this equivalent to whole word?

-anyway, "whole words" won't do a difference for what I want...

desired: "This.Is" matches "This.Is.txt" but not "This.is.doc" neither "1 - This.Is.txt"

On the other hand, how could I achieve the same suing a regex search?
text quicksearch(">(\<curbase>)");

text quicksearch(">.*(\<curbase>)$"); //returns empty

Thanks.
New User's Ref. Guide and Quick Setup Guide can help a bit! Check XYplorer Resources Index for many useful links!
Want a new XYperience? XY MOD - surfYnXoard
-coz' the aim of computing is to free us to LIVE...

admin
Site Admin
Posts: 60595
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Quicksearch for exact term - how?

Post by admin »

Huh?

Can you somehow purify the presentation of the problem?

Post Reply