unicode-astral-regex
v1.0.1
Published
A regex to match astral symbols that supports unicode strings.
Downloads
8,993
Maintainers
Readme
unicode-astral-regex
A regex to match astral symbols that supports unicode strings.
Usage
$ npm install unicode-astral-regex
import astralRegex from 'unicode-astral-regex';
astralRegex.match('some string');
License
RegExp from the Lodash which is released under the MIT License.