diff --git a/static/glob2regex.html b/static/glob2regex.html new file mode 100644 index 0000000..04a3538 --- /dev/null +++ b/static/glob2regex.html @@ -0,0 +1,45 @@ + + + +
+ +?
(single character except "/"), *
(any count of characters except "/"), **
(any count of characters)
+