New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

unicode-astral-regex

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unicode-astral-regex

A regex to match astral symbols that supports unicode strings.

1.0.1
latest
Source
npm
Version published
Weekly downloads
1.2K
8.84%
Maintainers
1
Weekly downloads
 
Created
Source

unicode-astral-regex npm

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.

Keywords

regex

FAQs

Package last updated on 02 Apr 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts