Match a given URI with an array of patterns and extract the params from the URL. Null value is returned in case of no match
The URL to match
Array of route patterns to match against
Extracted parameters or null if no match
Match a given URI with an array of patterns and extract the params from the URL. Null value is returned in case of no match