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 @@ + + + + + + Glob to Regex + + + + + +
+ Supported wildcards: ? (single character except "/"), * (any count of characters except "/"), ** (any count of characters) +
+ +
+ + + diff --git a/static/index.html b/static/index.html index 8aaec93..36ec222 100644 --- a/static/index.html +++ b/static/index.html @@ -61,6 +61,8 @@
  • Case-sensitive C# +
    + Regular Expression Helper