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