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