public class JavascriptRegex extends Object implements Predicate<CharSequence>
| Modifier and Type | Field and Description |
|---|---|
private static ScriptEngine |
ENGINE |
private String |
indicators |
private String |
regex |
| Constructor and Description |
|---|
JavascriptRegex(String regex) |
private static final ScriptEngine ENGINE
private final String regex
private final String indicators
public JavascriptRegex(String regex)
public boolean test(CharSequence string)
test in interface Predicate<CharSequence>Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.