public class RegExpEngineAccess extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RegExpEngineAccess.CompiledRegExp |
| Constructor and Description |
|---|
RegExpEngineAccess() |
| Modifier and Type | Method and Description |
|---|---|
static RegExpEngineAccess.CompiledRegExp |
compile(Context cx,
String regExp,
String regExpArgs) |
static boolean |
matches(Context cx,
String input,
RegExpEngineAccess.CompiledRegExp compiledRegExp) |
public static RegExpEngineAccess.CompiledRegExp compile(Context cx, String regExp, String regExpArgs)
public static boolean matches(Context cx, String input, RegExpEngineAccess.CompiledRegExp compiledRegExp)
Copyright © 2025 HtmlUnit. All rights reserved.