setUnicodeECMAScriptDialect

setUnicodeECMAScriptDialect(enable: Boolean): JadeRegexPattern;

This fluent‑style method returns its own modified receiver, to allow call chaining. (By default, the Unicode ECMAScript is not enabled.)

Call the setUnicodeECMAScriptDialect method of the JadeRegexPattern class with the enable parameter set to true to enable the Unicode ECMA script dialect (JavaScript) for the pattern object.

When you enable the ECMAScript dialog:

The JadeRegexPattern object that is returned is populated with the updated Regex pattern.

2020.0.01 and higher