Searched refs:kStartUppercase (Results 1 – 1 of 1) sorted by relevance
32 static const std::regex kStartUppercase("^" UPPERCASE); variable118 if (std::regex_search(copy, match, kStartUppercase)) matches.push_back(match.str(0)); in Tokenize()