Searched refs:regexMode (Results 1 – 1 of 1) sorted by relevance
683 std::regex regexMode("^([0-9_+]{1})([0-9]{2,19})$"); in ValidDestinationAddress() local684 return std::regex_match(desAddr, regexMode); in ValidDestinationAddress()