ec_tolower — change all characters to lower case
ec_tolower { string }
ec_tolower
string
Change all characters in the argument to lower case. Numerals remain unchanged.
$a = "%{vctx_mess:mailfrom_localpart}"; $b = ec_tolower $a; ec_log "${a} lower to ${b}";