Variable supportsUnicodeRegExpConst

supportsUnicodeRegExp: boolean = ...

True if this environment supports the unicode ('u') flag for RegExp.

Gotcha: When using in the browser, ensure that the <script> is loaded in the UTF-8 charset for this constant to reflect the correct value.

See Browser compatibility. (Hint: Not IE.)

https://mathiasbynens.be/notes/es6-unicode-regex

Generated using TypeDoc