pub fn is_match( pattern: &str, dstart: char, dend: char, text: &str, ) -> Result<bool, ParseError>
Match a route pattern.
This function will return an error if parsing or regex compilation fails