Home | History | Annotate | Download | only in base

Lines Matching refs:trimStart

259    * This is a convenience method, it simply calls trimStart(s, null).
264 public static String trimStart(String s) {
265 return trimStart(s, null);
280 public static String trimStart(String s, String extraChars) {