pub fn matches_route_pattern(pattern: &str, path: &str) -> bool
Returns true when a simple :param pattern matches the path.
true
:param