Deolater
0
Q:

regex for phone number c++

std::regex r("\\(\\d{3}\\) \\d{3}-\\d{4}"); // e.g. "(012) 345-6789" 
auto isValidPhoneNumber = std::regex_match(phone_num_str, r);
0

New to Communities?

Join the community