Last updated 2 years ago
Was this helpful?
The IsValidPhonenumber() function checks whether the input value has a valid phone number format.
IsValidPhonenumber()
This function is NOT SQL compatible. For more information about SQL compatibility, see our .
Returns true if Phone_number has a valid phone number format Returns false if Phone_number has not a valid phone number format.
true
false
IsValidPhonenumber(
phone_number
)
IsValidPhonenumber("+31 (20) 240-2120#") Result: True
IsValidPhonenumber("+31 (20) 240-2120#")
IsValidUrl("123+456-789") Result: False
IsValidUrl("123+456-789")
text
the phone number that the function validates.