Crate url_pattern

Source
Expand description

url-pattern is a VERY INCOMPLETE implementation of the WHATWG URL Pattern standard. Seriously DON’T USE THIS (yet)!

Structs§

Options
https://urlpattern.spec.whatwg.org/#options

Functions§

regexp_for_pattern
Parses a pattern string and returns a regular expression for matching that pattern.