Searched refs:trimEnd (Results 1 – 1 of 1) sorted by relevance
305 public static String trimEnd(String s) { in trimEnd() method in StringUtil306 return trimEnd(s, null); in trimEnd()321 public static String trimEnd(String s, String extraChars) { in trimEnd() method in StringUtil