Search modifier for substring matching
Search modifier for substring matching
For example, 'rb' matches 'recycled bin'. I can do this with 'r*b*' but it's not convenient to type.
Re: Search modifier for substring matching
I will consider a substring search modifier.
Thank you for the suggestion.
For now, please consider the following Everything 1.5 filter:
-or-
Prefix your search with ia:
For example: ia:rb
#regex-replace:
Thank you for the suggestion.
For now, please consider the following Everything 1.5 filter:
- In Everything 1.5, from the Search menu, click Add to Filters....
- Change the Name to: Insert *
- Change the Search to: #[regexreplace:$param:,".","$0*"#]:
- Change the Macro to: ia
- Click OK.
-or-
Prefix your search with ia:
For example: ia:rb
#regex-replace: