| 程序包 | 说明 |
|---|---|
| com.github.bingoohuang.utils.text.matcher |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
TextMatcher.findLabelText(String label,
TextMatcherOption option)
查找标签匹配文本。
|
String |
TextMatcher.findLineLabelText(String label,
TextMatcherOption option)
查找单个行标签匹配文本。
|
String |
TextMatcher.findPatternText(String pattern,
TextMatcherOption option,
int findIndex)
查找模式匹配的整个文本。
|
String |
TextMatcher.findPatternText(String pattern,
TextMatcherOption option,
int findIndex,
int groupIndex)
查找模式匹配的第几个抓取文本。
|
<T extends PatternApplyAware> |
TextMatcher.searchPattern(String pattern,
Class<T> itemClass,
TextMatcherOption option)
在文本中搜索指定正则模式的文本。
|
void |
TextMatcher.searchPattern(String pattern,
PatternApplyAware patternApply,
TextMatcherOption option)
在文本中搜索指定正则模式的文本。
|
Copyright © 2018. All rights reserved.