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