$ cnpm install unicode-astral-regex
A regex to match astral symbols that supports unicode strings.
$ npm install unicode-astral-regex
import astralRegex from 'unicode-astral-regex';
astralRegex.match('some string');
RegExp from the Lodash which is released under the MIT License.
Copyright 2013 - present © cnpmjs.org | Home |