IsPhoneNumber

Evaluates a passed string to determine if it contains a valid phone number. The function returns either a true or false value.

Syntax

IsPhoneNumber(1)

Function Properties

OrdinalTypeDescription
1stringRequiredString to evaluate

In this sample code, the function evaluates the string to determine if it contains a valid phone number.