macro_rules! parse_quoted_or_unquoted_string {
    ($input:ident, $url_matching_function:expr) => { ... };
}