List<String> split(String str, String delimiter, [bool trim = true]) { return StringUtils.split(str, delimiter, trim); }