Skip to content

(Experimental) Pattern matching for URIs

License

Notifications You must be signed in to change notification settings

U-C-S/uri-globbing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1639cb3 · Jan 18, 2025

History

17 Commits
Jan 18, 2025
Jan 18, 2025
Jan 4, 2025
Jan 18, 2025
Jan 18, 2025
Jan 18, 2025
Jan 18, 2025

Repository files navigation

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)

About

(Experimental) Pattern matching for URIs

Topics

Resources

License

Stars

Watchers

Forks

Languages