A regex to match astral symbols that supports unicode strings.
npm install unicode-astral-regexA regex to match astral symbols that supports unicode strings.
``shell`
$ npm install unicode-astral-regex
`js
import astralRegex from 'unicode-astral-regex';
astralRegex.match('some string');
``
RegExp from the Lodash which is
released under the
MIT License.