StringUtils instead@Deprecated public class StringUtils extends Object
| Constructor and Description |
|---|
StringUtils()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
defaultIfEmpty(String str,
String defaultStr)
Deprecated.
|
static boolean |
equals(String str1,
String str2)
Deprecated.
|
static String |
escapeJavaScript(String str)
Deprecated.
|
static boolean |
isBlank(String str)
Deprecated.
|
static boolean |
isEmpty(String str)
Deprecated.
|
static boolean |
isNotBlank(String str)
Deprecated.
|
static boolean |
isNotEmpty(String str)
Deprecated.
|
static String |
join(Collection collection,
String separator)
Deprecated.
|
static String |
substringBetween(String str,
String open,
String close)
Deprecated.
|
public static final String EMPTY
public static boolean isBlank(String str)
public static boolean isNotBlank(String str)
public static boolean isNotEmpty(String str)
public static boolean isEmpty(String str)
public static String substringBetween(String str, String open, String close)
public static String join(Collection collection, String separator)
Copyright © 2018–2020 Alibaba Group. All rights reserved.