match

abstract fun match(uri: String): Route.Match?

Matches the given uri against the pattern of the route.

Returns an instance of Match or null if the pattern did not match.