类 StringUtils
java.lang.Object
org.dromara.autotable.core.utils.StringUtils
字符串工具类
- 作者:
- don
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static StringcamelToUnderline(String param) 字符串驼峰转下划线格式private static booleancontainsText(CharSequence str) static booleanstatic boolean
-
字段详细资料
-
DATETIME_REGEX
- 另请参阅:
-
NUMBER_REGEX
- 另请参阅:
-
-
构造器详细资料
-
StringUtils
public StringUtils()
-
-
方法详细资料
-
hasText
-
noText
-
containsText
-
camelToUnderline
字符串驼峰转下划线格式- 参数:
param- 需要转换的字符串- 返回:
- 转换好的字符串
-