mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
add StrTemplate
This commit is contained in:
8
hutool-core/src/main/java/cn/hutool/core/text/StrTemplate.java
Executable file
8
hutool-core/src/main/java/cn/hutool/core/text/StrTemplate.java
Executable file
@@ -0,0 +1,8 @@
|
|||||||
|
package cn.hutool.core.text;
|
||||||
|
|
||||||
|
public class StrTemplate {
|
||||||
|
public static final String DEFAULT_MACRO_PREFIX = "$";
|
||||||
|
public static final String DEFAULT_MACRO_START = "${";
|
||||||
|
public static final String DEFAULT_MACRO_END = "}";
|
||||||
|
|
||||||
|
}
|
Reference in New Issue
Block a user