aboutsummaryrefslogtreecommitdiff
path: root/tests/extmod/ure_groups.py
AgeCommit message (Collapse)Author
2018-07-02extmod/modure: Add match.groups() method, and tests.Damien George
This feature is controlled at compile time by MICROPY_PY_URE_MATCH_GROUPS, disabled by default. Thanks to @dmazzella for the original patch for this feature; see #3770.