如题。 经常要判断字符串是什么,例如数字( double,int,long,float ),bool,一些格式的字符串等。
我想知道,有哪些框架拥有现成的,针对"判定字符串内容是什么"的工具包么
1
zydxn 2021-03-24 16:12:18 +08:00
可以基于 Character.isXxxx 自己封装一个?
|
2
kkkkkrua 2021-03-24 16:16:33 +08:00
spring apache google,这几个包都没有?
|
3
Oktfolio 2021-03-24 16:18:55 +08:00
hutools
|
4
Oktfolio 2021-03-24 16:19:11 +08:00
hutool
|
5
Jooooooooo 2021-03-24 16:19:34 +08:00
试下 apache commons 里的 StringUtils
|
6
securityCoding 2021-03-24 16:35:00 +08:00
StringUtils
NumberUtils |
8
boris93 2021-03-24 18:00:56 +08:00 via iPhone
有,记不得是 apache 还是 spring 的 StringUtils 里
|
9
RedBeanIce 2021-03-24 18:11:01 +08:00
mybatisplus 有,lang3 也有
|
10
ychost 2021-04-19 10:13:33 +08:00
apache 的 StringUtils yyds
|