--- numbering: title: true --- # `my.regex`: Optimized, Readable Regular Expressions ```{py:currentmodule} my.regex ``` The `regex` subpackage provides a comprehensive framework for working with advanced regular expressions, built on top of the `regex` library (which extends Python's standard `re` module with additional features). The package is organized into two main components: high-level pattern management tools in the main directory, and low-level regex parsing and manipulation utilities in the `meta` subdirectory. ```{toctree} --- maxdepth: 1 --- regex.extended_syntax regex.RegexStore regex.MatchData regex.common regex.RegexDebugger regex.meta ```