Searched refs:valid_unquoted_id (Results 1 – 1 of 1) sorted by relevance
62 static sregex valid_unquoted_id = (((alpha | '_') >> *_w) in escape_dot_string() local65 if (regex_match(s, valid_unquoted_id)) in escape_dot_string()