mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix bug and add crypto
This commit is contained in:
@@ -978,7 +978,7 @@ public class StrUtil {
|
||||
String result = str(str);
|
||||
if (isNotEmpty(str)) {
|
||||
for (CharSequence strToRemove : strsToRemove) {
|
||||
result = removeAll(str, strToRemove);
|
||||
result = removeAll(result, strToRemove);
|
||||
}
|
||||
}
|
||||
return result;
|
||||
|
Reference in New Issue
Block a user