add Base64.isBase64

This commit is contained in:
Looly
2021-07-14 18:49:14 +08:00
parent f68a73538e
commit dfa10be599
4 changed files with 59 additions and 2 deletions

View File

@@ -12,6 +12,7 @@
* 【core 】 MapBuilder增加put方法pr#367@Gitee
* 【core 】 StrUtil.insert支持负数index
* 【core 】 Calculator类支持取模运算issue#I40DUW@Gitee
* 【core 】 增加Base64.isBase64方法issue#1710@Github
### 🐞Bug修复
* 【core 】 修复FileUtil.normalize处理上级路径的问题issue#I3YPEH@Gitee