Searched refs:kStartLowercase (Results 1 – 1 of 1) sorted by relevance
33 static const std::regex kStartLowercase("^" LOWERCASE); variable116 if (std::regex_search(copy, match, kStartLowercase)) matches.push_back(match.str(0)); in Tokenize()