infoanywhere in them as a word i.e. disregard all that have e.g.
informationor
install-infonor
959492.info.52348527How can I do this?
infoinformationinstall-info959492.info.52348527Code: Select all
addon@ytdownloader.info
https+++www.youtube.com^partitionkey=%28https%2cskladchik.info%29
Sound Blaster X4 INFO_filesThis seems to work i.e. those three folders are no longer shown to me
Code: Select all
959492.info.52348527Code: Select all
infoCode: Select all
_I sure wil be looking forward to it. Because thisvoid wrote: Tue Apr 23, 2024 11:32 pm Everything treats spaces and punctuation as word breaks.
I will consider an option to match words with space breaks only.
does work - but is yet another Filter workaround that I will have to remember that I have and for what reason exactly / remember to use it when once more I will discover that the Search options do "not" work. And of course it is impossible to use this Filter with some other Filter at the same time - to which a workaround would be of course to transform it to a Bookmark. But then again: this would be extending the amount of additional workarounds; plus a Bookmark is less convenient than a Filter, because it clutters Search Edit when pickedvoid wrote: Tue Apr 23, 2024 11:32 pm Consider adding the following filter from Search -> Add to filters:
Name: Match Whole Words Without Any Additions
Search: #[REPLACETERMS:$param:,"regex:stem:(\s|^)#[REGEXESCAPE:#TERM:#]:(\s|$)"#]:
Code: Select all
infoCode: Select all
infoCode: Select all
info Code: Select all
information
install-info
959492.info.52348527
addon@ytdownloader.info
https+++www.youtube.com^partitionkey=%28https%2cskladchik.info%29
Sound Blaster X4 INFO_filesCode: Select all
#[REPLACETERMS:$param:,"regex:stem:(\s|^)#[REGEXESCAPE:#TERM:#]:(\s|$)"#]:They do not work: the first one shows nothing, while the second still shows those unwanted cases with the word info having adjacent signsMassor wrote: Wed Aug 20, 2025 8:34 pm Maybe something like <wfn:info.*>
..or something like <ww:info> ?
Code: Select all
#[REPLACETERMS:#param:#,:regex:stem:(\s|^)#[[:#[REGEXESCAPE:#TERM:#]:#]]:(\s|$)#]:
Code: Select all
startwith:"info " | endwith:" info" | " info "Usingvoid wrote: Fri Oct 31, 2025 8:47 am Please try the following filter search:
Code: Select all
#[REPLACETERMS:#param:#,:regex:stem:(\s|^)#[[:#[REGEXESCAPE:#TERM:#]:#]]:(\s|$)#]:
Code: Select all
#[REPLACETERMS:#param:#,:regex:stem:(\s|^)#[[:#[REGEXESCAPE:#TERM:#]:#]]:(\s|$)#]:infoYes, the simplistichamid56 wrote: Fri Oct 31, 2025 2:16 pm Hi every one
most simplest answer is exact:info
best regards
Code: Select all
exact:infoCode: Select all
exact:" info"Code: Select all
exact:" info "Code: Select all
info Code: Select all
exact:"info "is needed, But that method is extremely inconvenient, because it requires writing down 3 times of 1 word that is to be found; and is pron to error when doing, because it is quite easy to accidentally miss a space sign in any of its 3 iterationNotNull wrote: Fri Oct 31, 2025 3:50 pm To find all files/folders containing the word info between spaces:(Note the added spaces before and/or after the word info)Code: Select all
startwith:"info " | endwith:" info" | " info "
Code: Select all
exact:"info "Code: Select all
info Thank you for bringing this issue to my attention.Using
#[REPLACETERMS:#param:#,:regex:stem:(\s|^)#[[:#[REGEXESCAPE:#TERM:#]:#]]\s|$)#]:info
does not narrow down searches; at least not in any significant way that I am able to spot
regex:(\s|^)info(\s|$)Please note exact: matches the whole filename.(i.e. >> info <<) just like the
exact:"info "
version which also fails at finding it
Code: Select all
#[REPLACETERMS:#param:#,:regex:stem:(\s|^)#[[:#[REGEXESCAPE:#TERM:#]:#]]:(\s|$)#]:infoCode: Select all
infoCode: Select all
regex:(\s|^)info(\s|$)Thy Grand Voidinesss wrote: Sun Dec 21, 2025 9:25 am [...]
So the big question to void would be: is
not being able to findCode: Select all
exact:"info "
(i.e. >>info <<) an intentional design or is it a bug?Code: Select all
info
So now it makes sense to me: because whole name of a file is name + extension. Thus also indeed it is also impossible for a
And so logically
Code: Select all
[code]exact:"info "then how
then? In my Everything this shortcut just toggles selection in some way when I activate a name of an item for edition of its namevoid wrote: Mon Dec 22, 2025 2:42 am [...]
You can add a trailing space with Everything using Shift + F2.
Code: Select all
regex:(\s|^)info(\s|$)Code: Select all
regex:(\s|^)"in fo"(\s|$)Code: Select all
regex:(\s|^)in fo(\s|$)
Code: Select all
regex:(\s|^)"in fo "(\s|$)Code: Select all
###in fo ###Spaced Word#[REPLACETERMS:#param:#,:regex:stem:(\s|^)#[[:#[REGEXESCAPE:#TERM:#]:#]]:(\s|$)#]:swsw:inforegex:(\s|^)info(\s|$)Instead of Shift + F2, please try Edit -> Advanced -> Advanced Rename.In my Everything this shortcut just toggles selection in some way when I activate a name of an item for edition of its name
space = AND in Everything.regex:(\s|^)in fo(\s|$)
You will have to decide which punctuation you allow and which you don't.will not find
###in fo ###
regex:(\s|^|#)info(\s|$|#)ww:info