gaojunlong 0b996e41aa 2025-03-04-1 2 mesiacov pred
..
LICENSE-MIT.txt 0b996e41aa 2025-03-04-1 2 mesiacov pred
README.md 0b996e41aa 2025-03-04-1 2 mesiacov pred
index.js 0b996e41aa 2025-03-04-1 2 mesiacov pred
package.json 0b996e41aa 2025-03-04-1 2 mesiacov pred

README.md

unicode-canonical-property-names-ecmascript Build status

unicode-canonical-property-names-ecmascript exports the set of canonical Unicode property names that are supported in ECMAScript RegExp property escapes.

Installation

To use unicode-canonical-property-names-ecmascript, install it as a dependency via npm:

$ npm install unicode-canonical-property-names-ecmascript

Then, require it:

const properties = require('unicode-canonical-property-names-ecmascript');

Example

properties.has('ID_Start');
// → true
properties.has('IDS');
// → false

Author

twitter/mathias
Mathias Bynens

License

unicode-canonical-property-names-ecmascript is available under the MIT license.