public class JoniRegex extends Object implements Predicate<CharSequence>
| Modifier and Type | Field and Description |
|---|---|
private org.joni.Regex |
regex |
private String |
toStr |
private final org.joni.Regex regex
private final String toStr
public JoniRegex(String regex)
public boolean test(CharSequence string)
test in interface Predicate<CharSequence>Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.