Sha256: c1b5c88342fe235c37e8f49ea0d967033fa63fa98240d1c6f0def4b38fb5bce1

Contents?: true

Size: 1.76 KB

Versions: 31

Compression:

Stored size: 1.76 KB

Contents

# unicode-match-property-ecmascript [![Build status](https://travis-ci.org/mathiasbynens/unicode-match-property-ecmascript.svg?branch=master)](https://travis-ci.org/mathiasbynens/unicode-match-property-ecmascript)

_unicode-match-property-ecmascript_ matches a given Unicode property or [property alias](https://github.com/mathiasbynens/unicode-property-aliases-ecmascript) to its canonical property name without applying [loose matching](https://github.com/mathiasbynens/unicode-loose-match) per the algorithm used for [RegExp Unicode property escapes in ECMAScript](https://github.com/tc39/proposal-regexp-unicode-property-escapes). Consider it a strict alternative to loose matching.

## Installation

To use _unicode-match-property-ecmascript_ programmatically, install it as a dependency via [npm](https://www.npmjs.com/):

```bash
$ npm install unicode-match-property-ecmascript
```

Then, `require` it:

```js
const matchProperty = require('unicode-match-property-ecmascript');
```

## API

This module exports a single function named `matchProperty`.

### `matchProperty(value)`

This function takes a string `value` and attempts to match it to a canonical Unicode property name. If there’s a match, it returns the canonical property name. Otherwise, it throws an exception.

```js
// Find the canonical property name:
matchProperty('sc')
// → 'Script'

matchProperty('Script')
// → 'Script'

matchProperty('script') // Note: incorrect casing.
// → throws
```

## Author

| [![twitter/mathias](https://gravatar.com/avatar/24e08a9ea84deb17ae121074d0f17125?s=70)](https://twitter.com/mathias "Follow @mathias on Twitter") |
|---|
| [Mathias Bynens](https://mathiasbynens.be/) |

## License

_unicode-match-property-ecmascript_ is available under the [MIT](https://mths.be/mit) license.

Version data entries

31 entries across 30 versions & 10 rubygems

Version Path
optimacms-0.1.61 spec/dummy/node_modules/unicode-match-property-ecmascript/README.md
disco_app-0.18.0 test/dummy/node_modules/unicode-match-property-ecmascript/README.md
disco_app-0.18.2 test/dummy/node_modules/unicode-match-property-ecmascript/README.md
tang-0.2.1 spec/tang_app/node_modules/unicode-match-property-ecmascript/README.md
groonga-client-model-6.0.0 test/apps/rails6.1.3/node_modules/unicode-match-property-ecmascript/README.md
groonga-client-model-6.0.0 test/apps/rails6.0.3.5/node_modules/unicode-match-property-ecmascript/README.md
ruby2js-4.0.4 lib/tasks/testrails/node_modules/unicode-match-property-ecmascript/README.md
ruby2js-4.0.3 lib/tasks/testrails/node_modules/unicode-match-property-ecmascript/README.md
tang-0.2.0 spec/tang_app/node_modules/unicode-match-property-ecmascript/README.md
tang-0.1.0 spec/tang_app/node_modules/unicode-match-property-ecmascript/README.md
tang-0.0.9 spec/tang_app/node_modules/unicode-match-property-ecmascript/README.md
enju_library-0.3.8 spec/dummy/node_modules/unicode-match-property-ecmascript/README.md
condenser-0.3 lib/condenser/processors/node_modules/unicode-match-property-ecmascript/README.md
condenser-0.2 lib/condenser/processors/node_modules/unicode-match-property-ecmascript/README.md
condenser-0.1 lib/condenser/processors/node_modules/unicode-match-property-ecmascript/README.md
condenser-0.0.12 lib/condenser/processors/node_modules/unicode-match-property-ecmascript/README.md
condenser-0.0.11 lib/condenser/processors/node_modules/unicode-match-property-ecmascript/README.md
condenser-0.0.10 lib/condenser/processors/node_modules/unicode-match-property-ecmascript/README.md
condenser-0.0.9 lib/condenser/processors/node_modules/unicode-match-property-ecmascript/README.md
condenser-0.0.8 lib/condenser/processors/node_modules/unicode-match-property-ecmascript/README.md