public class StringUtil extends Object
| Constructor and Description |
|---|
StringUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
generateRandomString(boolean... split) |
static String |
getNewlineStr()
Gets Platform independent line separator (new line character(s).
|
static boolean |
isWhitespaceStr(String str)
Checks if the input String is Whitespace only.
|
public static boolean isWhitespaceStr(String str)
public static String getNewlineStr()
public static String generateRandomString(boolean... split)
Copyright © 2021. All rights reserved.