gobwas / glob

Go glob
MIT License
957 stars 64 forks source link

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

Open tilakraj9560 opened 3 years ago

tilakraj9560 commented 3 years ago

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?