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
+1 instead of a regex literal, most of the time you just want a simple wildcard. Maybe thisString -> RegExp conversion strategy?
[Strings] are converted to a regular expressions by escaping all non-alphanumeric chars, then converting * into .* and finally wrapping it with ^ and $.
...
Where "/api/*.json" becomes the RegExp /^\/api\/.*\.json$/
--name
and--host
are advertised as supporting patterns right now, but it would be handy to do--host api-*
etcThe text was updated successfully, but these errors were encountered: