Searched refs:regexStr (Results 1 - 1 of 1) sorted by relevance
| /ide/tools/previewer/util/ | ||
| H A D | CommandParser.cpp | 712 std::string regexStr = "^(?:[a-zA-Z0-9-_./\\s*]+)$"; in IsLocalSocketNameValid() local 713 std::regex reg(regexStr); in IsLocalSocketNameValid() |
Completed in 2 milliseconds