See: Description
| Class | Description |
|---|---|
| HtmlUnitRegExpProxy |
Begins customization of JavaScript RegExp base on JDK regular expression support.
|
| RegExpJsToJavaConverter |
Translates JavaScript RegExp to Java RegExp.
// [...\b...] to [...\cH...] // [...[...] to [...\[...] // [^\\1] to . |
Copyright © 2002–2022 Gargoyle Software Inc.. All rights reserved.