RegexRiot ============== Start using ``RegexRiot`` by importing its content .. code:: python from RegexRiot import * # or import RegexRiot as rr The method to build complicated regex is to start out with simple ``RiotString``\s and modify them into the desired regex like so .. code:: python DIGIT DIGIT.then(ALPHANUM) one_or_more(DIGIT.then(ALPHANUM)) Try chaining some ``RiotString``\s together .. raw:: html Tree ---- .. toctree:: :glob: *