Searched refs:kSectionNameRegex (Results 1 – 1 of 1) sorted by relevance
25 constexpr const char* kSectionNameRegex = "\\[\\s*(\\w+)\\s*\\]"; variable203 static std::regex section_name_regex(kSectionNameRegex); in ParseConfiguration()