is-valid-phone
function
The is-valid-phone
action checks if value is a valid phone. It belongs to the validate category within the ui area.
Action Syntax
is-valid-phone $variable
A variable name starting with $
is-valid-phone "text"
A quoted text string
Return Value
This function returns a
BOOLEAN
value that can be stored in a variable:
$result = is-valid-phone
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$boolean = is-valid-phone $varname
Action code: 450071176
Version: 0.6.4-3
Last updated: 2025-06-13