类 StringUtils
java.lang.Object
cn.valot.common.data.StringUtils
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
StringUtils
public StringUtils()
-
-
方法详细资料
-
upperHump
-
lowerHump
-
notEmpty
-
replicate
循环重复的字符片段- 参数:
frag- 片段 eg:!nth- 重复次数 eg: 3- 返回:
- eg:!!!
-