IsPhoneNumber

Overview 

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

Example 

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

1IsPhoneNumber("5555551212");