增加替换字符串中第一个指定字符串和最后一个指定字符串方法

This commit is contained in:
Looly 2022-08-20 01:14:41 +08:00
parent d01d1e4704
commit 720031f91c

View File

@ -12,6 +12,7 @@
* 【core 】 IterUtil.getFirst优化pr#753@Gitee
* 【core 】 增加Tree add 类型校验pr#2542@Github
* 【core 】 增加PunyCode处理完整域名pr#2543@Github
* 【core 】 增加替换字符串中第一个指定字符串和最后一个指定字符串方法pr#2533@Github
*
### 🐞Bug修复
* 【http 】 修复https下可能的Patch、Get请求失效问题issue#I3Z3DH@Gitee