Searched refs:reType (Results 1 – 1 of 1) sorted by relevance
113 std::regex reType("^[a-z]+$"); in IsLogNameValid() local114 if (!std::regex_match(out[0], reType)) { // 0 : type section in IsLogNameValid()