| Constructor and Description |
|---|
ReplaceSelector(String regexStr,
String replacement) |
| Modifier and Type | Method and Description |
|---|---|
String |
select(String text)
Extract single result in text.
If there are more than one result, only the first will be chosen. |
List<String> |
selectList(String text)
Extract all results in text.
|
String |
toString() |
public String select(String text)
Selectorpublic List<String> selectList(String text)
SelectorselectList in interface Selectortext - textCopyright © 2017. All rights reserved.