Attempts to match a given URL with a given pattern string, and parse any path parameters defined by the pattern.
The URL to match.
The pattern to match against.
A result that tells whether there was a match, and contains any parsed path parameters if a match exists.
See Implementation
Attempts to match a given URL with a given pattern string, and parse any path parameters defined by the pattern.