Expand description
Transpiles modern RegExp features to ES5-compatible patterns.
This crate provides transformations for:
- Unicode property escapes (
\p{Letter},\P{Script=Greek})
Functionsยง
- transform_
unicode_ property_ escapes - Transforms unicode property escapes in a regex pattern into character classes.