Kind of need option "ends with" without it its incomplete. Right now i am trying to delete all folders that end with "_" symbol, but can't.
Search box add file path "ends with"
Moderators: XnTriq, helmut, xnview
-
- Posts: 270
- Joined: Sun Apr 23, 2023 5:14 am
Search box add file path "ends with"
You do not have the required permissions to view the files attached to this post.
-
- XnThusiast
- Posts: 1378
- Joined: Tue Sep 27, 2016 8:18 am
- Location: France
Re: Search box add file path "ends with"
In "quick filter" field, at the top of the browser, regular expressions can be used, you can try
- Include folders
- Use regular expressions
and in Filename field
^ in reg exp means : begin
etc ...
Other example :
Beginning by IMG, some characters , ending by underscore :
^IMG.*_$
^IMG = beginning with IMG,
. = containing any characters
* = n times
_ = Underscore
$ = at the end
Or, with traditional dos/windows syntax in search dialog
uncheck "regular expressions"
keep include folders
filename : *_
Elsewhere in "Search" dialog, use only these options :_$
- Include folders
- Use regular expressions
and in Filename field
$ in reg exp means : end_$
^ in reg exp means : begin
etc ...
Other example :
Beginning by IMG, some characters , ending by underscore :
^IMG.*_$
^IMG = beginning with IMG,
. = containing any characters
* = n times
_ = Underscore
$ = at the end
Or, with traditional dos/windows syntax in search dialog
uncheck "regular expressions"
keep include folders
filename : *_
Catalogage avec XnviewMP : https://orchisere.fr/logiciels/html/xnviewmpintro.htm
Tutoriel exiftool : https://orchisere.fr/logiciels/html/exiftool.htm
Tutoriel exiftool : https://orchisere.fr/logiciels/html/exiftool.htm