glob icon indicating copy to clipboard operation
glob copied to clipboard

`!` works with only character range or a single character.

Open tilakraj9560 opened this issue 4 years ago • 1 comments
trafficstars

I have a string say, abchello. I would like to match something bcdhello. i could write something like this !a!b!chello. Now if i write this , it doesnot match hbhhello. Which i feel is according to the docs. But my use case requires to use it over a substring or string. Not just the character match. could this be supported or it can be already done?

tilakraj9560 avatar Jan 20 '21 08:01 tilakraj9560