Skip to content

avm2: Implement missing AS3 RegExp features #20426

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

evilpie
Copy link
Collaborator

@evilpie evilpie commented May 17, 2025

I made a fork of regress that implements the following features:

  • PCRE style comments (?#comment)
  • The PCRE extended flag /x
  • Named capture groups using (?P<name>...)

fixes #10395, fixes #14651, fixes #14938, fixes #16719, fixes #20019, fixes #20389

@n0samu n0samu added A-avm2 Area: AVM2 (ActionScript 3) newsworthy T-compat Type: Compatibility with Flash Player labels May 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-avm2 Area: AVM2 (ActionScript 3) newsworthy T-compat Type: Compatibility with Flash Player
Projects
None yet
2 participants