Skip to content

ruffle-rs/regras3

 
 

Repository files navigation

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.

About

REGex in Rust for ActionScript 3

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%