mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
add method
This commit is contained in:
@@ -1333,7 +1333,7 @@ public class StrUtil {
|
||||
* @return 清理后的字符串
|
||||
*/
|
||||
public static String cleanBlank(CharSequence str) {
|
||||
return filter(str, c -> !CharUtil.isBlankChar(c));
|
||||
return filter(str, c -> false == CharUtil.isBlankChar(c));
|
||||
}
|
||||
|
||||
// ------------------------------------------------------------------------------ Split
|
||||
|
Reference in New Issue
Block a user