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

Ordinal Type Description
1 string Required String to evaluate

Example

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

IsPhoneNumber("5555551212");
Last Updated: Jun 8, 2021