Quantcast
Channel: voidtools forum
Viewing all articles
Browse latest Browse all 1719

Everything 1.5 Alpha • Re: Shorting code?

$
0
0
Would exchaning the codes cause a new indexing?
Just the added files will be indexed.
Can I use this code:
I:\\Downloads\\**.{html,htm,mhtml}
That is not supported.
Regular expressions should work though:
regex:^I:\\Downloads\\.*\.(html|htm|mhtml)$


^ = start of text
I:\\Downloads\\ = starting path
.* = include as much characters as possible, until ..

\. = literal dot (".")
(html|htm|mhtml) = htm OR htm OR mhtml
$ = end of text

Statistics: Posted by NotNull — Wed Jan 22, 2025 8:56 pm



Viewing all articles
Browse latest Browse all 1719

Trending Articles