EnvFeaturesType
interface
Properties
-
isRegExpUnicodePropertySupported : boolean
readonlymodule:utils/env~EnvFeaturesType#isRegExpUnicodePropertySupported
Indicates that the environment supports ES2018 Unicode property escapes — like
\p{P}
or\p{L}
. More information about unicode properties might be found in Unicode Standard Annex #44.