mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-08-19 22:24:22 +00:00
perf[util]: 增加字符串分割空格的正则表达式
This commit is contained in:
@@ -33,6 +33,7 @@ public abstract class StringUtils {
|
||||
public static final String[] EMPTY_ARRAY = new String[0];
|
||||
|
||||
public static final String SPACE = " ";
|
||||
public static final String SPACE_REGEX = "\\s+";
|
||||
|
||||
public static final String TAB = " ";
|
||||
public static final String TAB_ASCII = "\t";
|
||||
|
||||
Reference in New Issue
Block a user