Regex path query
This function is used in the Router$invoke()
method to match middleware paths to request paths.
.matchPath(pattern, path, ...)
pattern |
String pattern to parse. (A middleware path.) |
path |
Path to match to. (A request path.) |
... |
Additional parameters passed to |
A List with information on matching paths and URL parameters.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.