I have a lot of SVG files. I'm looking for a way to search my SVG files using the term "SVG", but not have the search operation match the extension. Right now when I do this, it returns all SVG files because they all have a .svg extension. How can I search for SVG files that ALSO contain the text "SVG" in their base filename?
Any help greatly appreciated!
How to exclude file extension from search term? I want to search SVG files that have the text "SVG" in the base filename
-
fmotion1
- Posts: 2
- Joined: Mon May 22, 2023 2:18 am
-
void
- Developer
- Posts: 19901
- Joined: Fri Oct 16, 2009 11:31 pm
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
Re: How to exclude file extension from search term? I want to search SVG files that have the text "SVG" in the base file
Or in Everything 1.5a, something like this would also work:
Find .svg files, where the name - excluding extension (i.e., stem:) contains 'svg'.
ext:svg stem:svgFind .svg files, where the name - excluding extension (i.e., stem:) contains 'svg'.