Searched defs:regex (Results 1 – 2 of 2) sorted by relevance
84 String regex = "(?<!" + Pattern.quote(esc) + ")" + Pattern.quote(delim); in processOptions() local
51254 [&](const std::string& regex) { in NameMatchesFilter()