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
will end up matching .../200_/_ instead. Seems like I need to make copies of the pattern to work with, rather than trying to be fancy and modify a single copy.
Also, I need to add code to handle the special case of a literal pattern, and bail directory enumeration at the first positive match.
The text was updated successfully, but these errors were encountered:
For example
will end up matching .../200_/_ instead. Seems like I need to make copies of the pattern to work with, rather than trying to be fancy and modify a single copy.
Also, I need to add code to handle the special case of a literal pattern, and bail directory enumeration at the first positive match.
The text was updated successfully, but these errors were encountered: