Skip to content

A regex to match astral symbols that supports unicode strings.

License

Notifications You must be signed in to change notification settings

sallar/unicode-astral-regex

Repository files navigation

unicode-astral-regex NPM version Build Status

A regex to match astral symbols that supports unicode strings.

This package is used in stringz library.

Usage

$ npm install unicode-astral-regex
import astralRegex from 'unicode-astral-regex';

'some string'.match(astralRegex);

License

RegExp from the Lodash which is released under the MIT License.

About

A regex to match astral symbols that supports unicode strings.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published