public interface Selector
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.
|
Copyright © 2017. All rights reserved.