is-valid-email
Action
Checks if a value follows valid email format rules
Syntax
$boolean = is-valid-email $varname
check variable value
$boolean = is-valid-email "myvalue"
check text value
Checks if a value follows valid email format rules
$boolean = is-valid-email $varname
check variable value
$boolean = is-valid-email "myvalue"
check text value