public interface RegexFlavor
| Modifier and Type | Method and Description |
|---|---|
RegexFlavorProcessor |
forRegex(RegexSource source)
Given a
RegexSource, returns a RegexFlavorProcessor that can be used to parse
and translate the flavored regex into an ECMAScript regex. |
RegexFlavorProcessor forRegex(RegexSource source)
RegexSource, returns a RegexFlavorProcessor that can be used to parse
and translate the flavored regex into an ECMAScript regex.