类 TextUtils
java.lang.Object
com.iplatform.base.util.TextUtils
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static Stringcapitalize(String str) 已过时。static intlength(CharSequence cs) stringToArrayByRegex(String str, String regex) 字符串分割,转化为数组stringToLongArrayByRegex(String str, String regex)
-
构造器详细资料
-
TextUtils
public TextUtils()
-
-
方法详细资料
-
stringToLongArrayByRegex
-
stringToArrayByRegex
字符串分割,转化为数组- 参数:
str- 字符串regex- 分隔符有- 返回:
- List
-
capitalize
已过时。给定字符串首字母大写。暂时未使用,仍然用 apache-common 包。- 参数:
str-- 返回:
-
length
-