Skip to content

mozilla/icu4x_js_regexp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

icu4x_js_regexp

Regular expressions in JavaScript have various features to support internationalization. In some cases, these features are defined with reference to the Unicode Standard. For example, the Canonicalize algorithm used to define case-insensitive (/i) RegExps refers to the CaseFolding.txt file of the Unicode Character Database.

The ICU4X project provides components for internationalization written in Rust. This crate builds on ICU4X to provide access to the Unicode data necessary to implement a regular expression engine compatible with the ECMA262 standard.

About

Unicode support for JS RegExps, built on ICU4X

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published