Loops through all routes and tries to match the passed url.
Note: You should use matchRequest if you can.
Overrides UrlMatcherInterface::match
public function match($url) { return $this ->doMatch($url); }