sbool isValidNationalPhoneNumber(S countryCode, S s) { ret isValidInternationalPhoneNumber(countryCode + s); }