CharSequenceUtil增加removeAllPrefix和removeAllSuffix方法

This commit is contained in:
Looly
2024-07-16 19:15:58 +08:00
parent 3e473014e6
commit 1e9afdd816
3 changed files with 259 additions and 125 deletions

View File

@@ -15,5 +15,9 @@
# show Hutool logo
"$(dirname ${BASH_SOURCE[0]})"/logo.sh
# 保证当前在v6-dev分支
git checkout v6-dev
# 同时同步Gitee和Github的库
git pull osc v6-dev
git pull origin v6-dev