summaryrefslogtreecommitdiff
path: root/tests/extmod/ure_span.py
AgeCommit message (Collapse)Author
2021-03-15run code formatting scriptmicroDev
2019-02-14extmod/modure: Add match.span(), start() and end() methods, and tests.Damien George
This feature is controlled at compile time by MICROPY_PY_URE_MATCH_SPAN_START_END, disabled by default. Thanks to @dmazzella for the original patch for this feature; see #3770.