Searched refs:spnRegex (Results 1 – 2 of 2) sorted by relevance
36 bool OperatorMatchingRule::SpnRegexMatch(const std::string &spnFromSim, const std::string &spnRegex) in SpnRegexMatch() argument38 if (spnRegex == "null") { in SpnRegexMatch()46 return std::regex_match(spnFromSim, std::regex(spnRegex)); in SpnRegexMatch()
41 static bool SpnRegexMatch(const std::string &spnFromSim, const std::string &spnRegex);