| Package | Description |
|---|---|
| org.aoju.bus.core.text |
提供文本相关操作的封装
|
| org.aoju.bus.core.text.finder |
文本查找类及实现
|
| Constructor and Description |
|---|
SplitIterator(CharSequence text,
TextFinder separatorFinder,
int limit,
boolean ignoreEmpty)
构造
|
| Modifier and Type | Class and Description |
|---|---|
class |
CharFinder
字符查找器
|
class |
LengthFinder
固定长度查找器
|
class |
MatcherFinder
字符匹配查找器
|
class |
PatternFinder
正则查找器
|
class |
StringFinder
字符查找器
|
| Modifier and Type | Method and Description |
|---|---|
TextFinder |
TextFinder.setText(CharSequence text)
设置被查找的文本
|
TextFinder |
PatternFinder.setText(CharSequence text) |
Copyright © 2021. All rights reserved.