Searched refs:exp_modifier (Results 1 – 1 of 1) sorted by relevance
53 regex exp_modifier("[[:alnum:]]{4}(/[[:digit:]]/([[:digit:]]){1,3})"); in ParseFormats() local61 if (std::regex_match(matched_sub_str, exp_modifier)) { //clang_sa_ignore[core.CallAndMessage] in ParseFormats()