public class StringUtilities extends Object
| Constructor and Description |
|---|
StringUtilities() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getStringAfterLastChar(String s,
char separatorChar) |
static String |
getStringBeforLastChar(String s,
char separatorChar) |
static boolean |
isNullOrEmpty(String string) |
static String |
removeEqualEnd(String path,
String descriptionFile) |
public static boolean isNullOrEmpty(String string)
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.