1.0.1 • Published 7 years ago
unicode-astral-regex v1.0.1
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.