You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed deprecated exports make (an alias for regex) and default.
🚀 Features
Added support for subroutines via \g<name>.
Generated regex source is improved in several edge cases.
Atomic groups and other extended syntax can be added in postprocessors.
🐞 Fixes
Fixed backreference adjustments when an interpolated RegExp instance with a numbered backreference is preceded by an interpolated partial with captures.