| Package | Description |
|---|---|
| org.aoju.bus.core.text |
| Modifier and Type | Method and Description |
|---|---|
Substitute |
Substitute.setValueDelimiter(char valueDelimiter) |
Substitute |
Substitute.setValueDelimiter(String valueDelimiter)
设置要使用的变量默认值分隔符
|
Substitute |
Substitute.setValueDelimiterMatcher(StrMatcher valueDelimiterMatcher) |
Substitute |
Substitute.setVariablePrefix(char prefix)
设置要使用的变量前缀
|
Substitute |
Substitute.setVariablePrefix(String prefix)
设置要使用的变量前缀
|
Substitute |
Substitute.setVariablePrefixMatcher(StrMatcher prefixMatcher)
设置当前使用的变量前缀匹配器
|
Substitute |
Substitute.setVariableSuffix(char suffix)
设置要使用的变量后缀
|
Substitute |
Substitute.setVariableSuffix(String suffix)
设置要使用的变量后缀
|
Substitute |
Substitute.setVariableSuffixMatcher(StrMatcher suffixMatcher)
设置当前使用的变量后缀匹配器
|
Copyright © 2019. All rights reserved.