mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
add StrPool.SPACE
This commit is contained in:
@@ -24,6 +24,11 @@ package org.dromara.hutool.core.text;
|
||||
* @since 5.6.3
|
||||
*/
|
||||
public interface StrPool {
|
||||
/**
|
||||
* 字符串常量:空格符 {@code " "}
|
||||
*/
|
||||
String SPACE = " ";
|
||||
|
||||
/**
|
||||
* 字符串常量:制表符 {@code "\t"}
|
||||
*/
|
||||
|
Reference in New Issue
Block a user