Description
Parses Ruby regular expressions into tokens and structured syntax information. It is useful for linters, editors, documentation tools, regex analyzers, and code transformation workflows.
Regex analysis can be expensive on unusual patterns. Test invalid expressions, encodings, and pathological cases before using it on untrusted source code.