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 5 years ago • 1 comments

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

Hi, we also need a feature where we can negate whole pattern or its part, not only just a characters or ranges. Any advice where to start looking at?

inliquid avatar Dec 05 '24 13:12 inliquid