-
-
Notifications
You must be signed in to change notification settings - Fork 443
Closed
Description
Hey! I'd love a way to use negative lookahead regexes in my paths, for example *(?!foo) to match everything but 'foo'.
However, this does not work. Output:
'Uncaught SyntaxError: Invalid regular expression: /^/:((?:?!foo))(?:/(?=$))?$/: Nothing to repeat'
Maybe there's already a way to do this that I don't know of?
Metadata
Metadata
Assignees
Labels
No labels