类 StrKit
java.lang.Object
cn.sylinx.horm.util.StrKit
StrKit.
-
方法概要
修饰符和类型方法说明static StringdeCodeUnderlined(String str) static Stringstatic String首字母变小写static String首字母变大写static boolean字符串为 null 或者为 "" 时返回 truestatic boolean是否空static booleanisNotBlank(String str) 字符串不为 null 而且不为 "" 时返回 truestatic Stringstatic String
-
方法详细资料
-
firstCharToLowerCase
首字母变小写- 参数:
str- String object- 返回:
- first charactor to lower case
-
firstCharToUpperCase
首字母变大写- 参数:
str- String object- 返回:
- the String which first charactor to upper case
-
isBlank
字符串为 null 或者为 "" 时返回 true- 参数:
str- String object- 返回:
- true or false
-
isEmpty
是否空- 参数:
str-- 返回:
-
isNotBlank
字符串不为 null 而且不为 "" 时返回 true- 参数:
str- String object- 返回:
- true or false
-
toLowerCaseFirstOne
-
toUpperCaseFirstOne
-
enCodeUnderlined
-
deCodeUnderlined
-