summaryrefslogtreecommitdiff
path: root/tests/extmod/ure_sub.py
AgeCommit message (Expand)Author
2022-03-16extmod/modure: Set subject begin_line so ^ doesn't match interior.Damien George
2020-09-30extmod/modure: Allow \\ in re.sub replacements.Andrew Leech
2020-06-08extmod/ure: Use single function for match/search/sub.stijn
2020-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
2018-07-02extmod/modure: Add ure.sub() function and method, and tests.Damien George