The IsValidPhoneNumber()
function checks whether the input value is a valid phone number.
Note: this function only works for phone numbers from the Netherlands
Syntax
IsValidPhoneNumber(phone_number)
Returns
Boolean true
if phone_number
is indeed a valid phone number.<br>
Boolean false
if phone_number
is not a valid phone number.
Parameters
phone_number
– a text that contains a phone number