修复ReUtil.delAll方法当 content 仅为空格时的问题

This commit is contained in:
Looly
2023-02-21 11:44:46 +08:00
parent d4b5ab525d
commit c3f378207b
3 changed files with 9 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.8.13.M1 (2023-02-20)
# 5.8.13.M1 (2023-02-21)
### 🐣新特性
### 🐞Bug修复
@@ -11,6 +11,7 @@
* 【core 】 修复法定年龄计算的BUGpr#935@Gitee
* 【core 】 修复FileUtil.rename报NoSuchFileException问题pr#2894@Github
* 【core 】 修复StrUtil.split切分长度为0时的bugpr#944@Gitee
* 【core 】 修复ReUtil.delAll方法当 content 仅为空格时的问题issue#I6GIMT@Gitee
-------------------------------------------------------------------------------------------------------------