Function of str_low command
str_low
String commandToLowerCase(List args) { final String str = expEval(args[0]); return str.toLowerCase(); }