Searched refs:reDigits (Results 1 – 1 of 1) sorted by relevance
131 std::regex reDigits("^[0-9]*$"); in IsLogNameValid() local132 if (!std::regex_match(out[2], reDigits)) { // 2 : uid section in IsLogNameValid()137 if (!std::regex_match(out[3], reDigits)) { // 3 : time section in IsLogNameValid()