Home
last modified time | relevance | path

Searched refs:localeInfoRegex (Results 1 – 1 of 1) sorted by relevance

/dports/games/openspades/openspades-0.1.3/Sources/Gui/
H A DStartupScreenHelper.cpp108 static std::regex localeInfoRegex("[-a-zA-Z0-9_]+\\.json"); in ExamineSystem() local
109 if (!std::regex_match(localeInfoName, localeInfoRegex)) { in ExamineSystem()