public class HStringUtils extends StringUtils
| 构造器和说明 |
|---|
HStringUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 |
StrList(List<String> strs,
String split) |
static String |
StrNums(String str,
String split,
int num) |
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 © 2016. All rights reserved.