public class StringUtils extends StringUtils
| 构造器和说明 |
|---|
StringUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
addStr(Object... objs)
拼接字符串
|
static String |
addStr(String... strs)
拼接字符串
|
static String |
format(String pattern,
Object... arguments)
简单模板实现
|
static boolean |
isEnglish(String checkValue)
是否为英文
|
static Boolean |
isNotNull(Object obj) |
static Boolean |
isNull(Object obj) |
static String |
substringBefore(String[] strs,
String separator,
int num) |
static String |
substringBefore(String str,
String separator,
int num) |
static String |
uuid()
生成不带_的uuid
|
capitalize, countMatches, countMatches, isBlank, isEmpty, isNotBlank, isNotEmpty, remove, replace, replaceEach, split, split, substringAfter, substringAfterLast, substringBefore, substringBeforeLast, trim, trimToEmpty, trimToNullCopyright © 2015. All rights reserved.