Function get_route_regex

Source
pub fn get_route_regex(normalized_route: &str) -> RouteRegex
Expand description

From a normalized route this function generates a regular expression and a corresponding groups object intended to be used to store matching groups from the regular expression.