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