类 StringUtil
java.lang.Object
dev.tinyflow.core.util.StringUtil
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private static booleancontainsText(CharSequence str) static StringgetFirstWithText(String... strings) static booleanstatic booleanstatic boolean判断字符串是否是数字static boolean
-
构造器详细资料
-
StringUtil
public StringUtil()
-
-
方法详细资料
-
noText
-
hasText
-
hasText
-
containsText
-
getFirstWithText
-
isNumeric
判断字符串是否是数字- 参数:
string- 需要判断的字符串- 返回:
- boolean 是数字返回 true,否则返回 false
-