public abstract class StringUtil extends Object
Constructor and Description |
---|
StringUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
appendBackslash(String value)
Appends backslash to the input string if not already given
|
static String |
appendQuote(String value)
Appends quote to the input string
|
static boolean |
isNullOrSpace(String value)
Checks if the input string is Null or Space
|
static String |
removeHeadingSlash(String value)
Remove the heading slash of given string
|
static List<String> |
splitBy(String input,
String delimiters) |
static String[] |
splitPath(String value)
Splits the input string by "/" or "\\"
|
public static String appendQuote(String value)
value
- The string which should be modifiedpublic static boolean isNullOrSpace(String value)
value
- The string which should be checkedpublic static String[] splitPath(String value)
value
- input stringpublic static String appendBackslash(String value)
value
- input stringCopyright © 2016–2019 Ranorex. All rights reserved.