| Package | Description |
|---|---|
| org.aoju.bus.core.text.replacer |
文本替换类抽象及实现
|
| Modifier and Type | Class and Description |
|---|---|
class |
LookupReplacer
查找替换器,通过查找指定关键字,替换对应的值
|
class |
ReplacerChain
字符串替换链,用于组合多个字符串替换逻辑
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<TextReplacer> |
ReplacerChain.iterator() |
| Modifier and Type | Method and Description |
|---|---|
ReplacerChain |
ReplacerChain.addChain(TextReplacer element) |
| Constructor and Description |
|---|
ReplacerChain(TextReplacer... replacers)
构造
|
Copyright © 2022. All rights reserved.