/regras3

REGex in Rust for ActionScript 3

Primary LanguageRustApache License 2.0Apache-2.0

regras3 - REGex in Rust for ActionScript 3

oh no why?! This is a fork of the regress crate, but instead of just supporting the EcmaScript RegExp syntax, it supports the following additional Flash ActionScript 3 (AS3) features:

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

You should probably never use this unless you are implementing a Flash Player emulator like Ruffle.