public class StringUtil extends Object
Constructor and Description |
---|
StringUtil() |
Modifier and Type | Method and Description |
---|---|
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.
|
static void |
main(String[] args)
Main method for debugging purpose only.
|
public static boolean isWhitespaceStr(String str)
public static String getNewlineStr()
public static void main(String[] args)
Copyright © 2015. All rights reserved.