- 401 total downloads
- last updated 9/2/2021
- Latest version: 1.1.3.1
The library allows you to match a URL to a pattern.
How it works - we break the url pattern into parts And we match each non-empty part with a similar one from the URL.
You can specify Wildcard: * or ~
Where * is any character set within the group (schema, host, port, path,...
More information