Skip to main content

Name

ec_tolower — change all characters to lower case

Synopsis

ec_tolower { string }

Description

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}";
Was this page helpful?