add StrPool.SPACE

This commit is contained in:
Toint
2024-12-12 21:46:58 +08:00
parent d268d41568
commit 9bcb866a60
2 changed files with 8 additions and 3 deletions

View File

@@ -24,6 +24,11 @@ package org.dromara.hutool.core.text;
* @since 5.6.3
*/
public interface StrPool {
/**
* 字符串常量:空格符 {@code " "}
*/
String SPACE = " ";
/**
* 字符串常量:制表符 {@code "\t"}
*/