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

General • Re: Regex issue (MultinameSearch)

$
0
0
The $ in your regex search will not match anything.



Create the following bookmark:
Name: Insert multiline regex
Change the Search to: /replace-sel <REGEXREPLACE:clipboard:,"\n","|">

Set your search to:
regex:"^(?!.*()).*ArtistName.*\.mp3$"
Place your caret inside the ()
Select your filenames from a multiline text file.
Open your bookmark from above.


And tell me what should be added to my regex so that it searches only in folders that contains at least the word e.g. "X:\172....."
X:\172 regex:^(?!.*(filename1|filename2|filename300)).*ArtistName.*\.mp3$
-or-
path:172 regex:^(?!.*(filename1|filename2|filename300)).*ArtistName.*\.mp3$

Statistics: Posted by void — Tue Apr 23, 2024 10:19 am



Viewing all articles
Browse latest Browse all 327

Trending Articles