0. Match beginning
1. Match end
Can you make it more flexible, like that:
Match at beggining, ignoring some characters, e.g:
I have many folders, which name starts from different quantity of '_' character, like that
Code: Select all
__shpor\
__soft\
_Skype Recivied\
_Sysinternals\
_tv\
so, I can't math them, typing a letter - I must type right quantity of '_' at begining and only after it I can type letters.
I cant't disable "0. Match beginning" because in this way I get a lot of rubbish in search result (from files that comntains typed letters in the middle of name)