🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

@babel/plugin-transform-unicode-property-regex

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
b

@babel/plugin-transform-unicode-property-regex

Compile Unicode property escapes in Unicode regular expressions to ES5.

7.27.1
latest
100

Supply Chain Security

100

Vulnerability

63

Quality

91

Maintenance

100

License

Version published
Weekly downloads
17M
-14.86%
Maintainers
4
Weekly downloads
 
Created
Issues
767

What is @babel/plugin-transform-unicode-property-regex?

The @babel/plugin-transform-unicode-property-regex package is a plugin for Babel, a JavaScript compiler, that transforms Unicode property escapes in regular expressions into a set of Unicode code points, allowing developers to write more readable and maintainable regular expressions for Unicode characters. This plugin is especially useful when targeting environments that do not support the latest ECMAScript standards.

What are @babel/plugin-transform-unicode-property-regex's main functionalities?

Transform Unicode Property Escapes

This code sample demonstrates how a Unicode property escape for matching any character in the Greek script is transformed into a regular expression that matches the equivalent set of Unicode code points.

/\p{Script=Greek}/u

Other packages similar to @babel/plugin-transform-unicode-property-regex

FAQs

Package last updated on 30 Apr 2025

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