flutool_core 0.0.1-alpha.2
flutool_core: ^0.0.1-alpha.2 copied to clipboard
Core module of flutool. Include common utils like number utils, random utils, string utils and so on.
0.0.1-alpha.2 - 2020-11-11 #
-
Optimize for score.
-
针对得分进行优化
0.0.1-alpha.1 - 2020-11-11 #
-
This is the first version of flutool-core!
-
include:
- StrUtil:
hasEmpty(),isBlank(),hasBlank(),isInt(),removePrefix(),removeSuffix(),toDateTime() - RandomUtil:
randomInt(),randomIntList(),randomEle(),randomEleList() - NumberUtil:
isNum(),isBetween().
- StrUtil:
-
flutool-core的首个版本. -
包含:
- 字符串相关工具类 StrUtil:
hasEmpty(),isBlank(),hasBlank(),isInt(),removePrefix(),removeSuffix(),toDateTime() - 随机相关工具类 RandomUtil:
randomInt(),randomIntList(),randomEle(),randomEleList() - 数字相关工具类 NumberUtil:
isNum(),isBetween().
- 字符串相关工具类 StrUtil: