public abstract class StringUtil extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
isWhitespace(String s) |
static String |
normalizeNewlines(String s) |
static String |
repeat(String text,
int times) |
static String |
tabs(int times) |
Copyright © 2018. All rights reserved.