Searched refs:extraChars (Results 1 – 1 of 1) sorted by relevance
280 public static String trimStart(String s, String extraChars) { in trimStart() argument285 || (extraChars != null && extraChars.indexOf(ch) >= 0)) { in trimStart()321 public static String trimEnd(String s, String extraChars) { in trimEnd() argument326 || (extraChars != null && extraChars.indexOf(ch) >= 0)) { in trimEnd()