IsPhoneNumber
Evaluates a passed string to determine if it contains a valid phone number. The function returns either a true or false value.
IsPhoneNumber(1)
Ordinal | Type | Description | |
---|---|---|---|
1 | string | Required | String to evaluate |
In this sample code, the function evaluates the string to determine if it contains a valid phone number.