In package com.mitchellbosecke.pebble.utils
public class StringUtils extends Object
Constructors
Methods
public static String ltrim(String input)
Parameters:
-
String input
public static String rtrim(String input)
Parameters:
-
String input
public static String toString(Object var)
Converts non-null objects into strings. It will use the toString() method of most objects but handles some known exceptions.
Parameters:
-
Object var