| 程序包 | 说明 |
|---|---|
| com.github.bingoohuang.utils.text.matcher |
| 限定符和类型 | 方法和说明 |
|---|---|
<T extends PatternApplyAware> |
TextMatcher.searchPattern(String pattern,
Class<T> itemClass)
在文本中搜索指定正则模式的文本。
|
<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.