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