You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library doesn't support negation. Its purpose is to be as small and as fast as possible while supporting only the most basic glob features.
I have a more feature-packed library that has negation: outmatch. But note that the syntax is different to yours because lookahead is a feature of regexps, not globs.
Hi I'm trying to get a negative lookahead working but not sure if it's possible in this lib? I'm using it as part of
Escape-Technologies/mookme#59 (comment)
The text was updated successfully, but these errors were encountered: