Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 325 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 325 Bytes

Uri Globbing

Glob patterns, but for URI/URLs.

This library is still a WIP/Experimental. Use at your own risk.

Supported Features

  • ? One character
  • * Zero or more characters
  • ** Recursive (globstar)
  • {a,bc,d} List (does not support glob within the list)
  • [0-9] Ranges (works similarly as Regex ranges)