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)
Selector
public List<String> selectList(String text)
Selector
selectList
in interface Selector
text
- textCopyright © 2017. All rights reserved.