CharSequenceUtil增加removeAllPrefix和removeAllSuffix方法

This commit is contained in:
Looly
2024-07-16 19:17:21 +08:00
parent 05efb8dd79
commit 0bf794883a
4 changed files with 162 additions and 87 deletions

View File

@@ -8,6 +8,7 @@
* 【core 】 Converter转换规则变更空对象、空值转为Bean时创建默认对象而非nullissue#3649@Github
* 【core 】 UrlQuery增加remove方法
* 【extra 】 增加JakartaMailUtil支持新包名的mail
* 【core 】 CharSequenceUtil增加removeAllPrefix和removeAllSuffix方法pr#3655@Github
### 🐞Bug修复
* 【core 】 修复因RFC3986理解有误导致的UrlPath处理冒号转义问题issue#IAAE88@Gitee