Function of str_length command
str_length
int commandLength(List args) { final String str = expEval(args[0]); return str.length; }