-
- Downloads
extmod/modure: Add ure.sub() function and method, and tests.
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.
Showing
- extmod/modure.c 128 additions, 0 deletionsextmod/modure.c
- py/mpconfig.h 4 additions, 0 deletionspy/mpconfig.h
- tests/extmod/ure_sub.py 61 additions, 0 deletionstests/extmod/ure_sub.py
- tests/extmod/ure_sub_unmatched.py 19 additions, 0 deletionstests/extmod/ure_sub_unmatched.py
- tests/extmod/ure_sub_unmatched.py.exp 1 addition, 0 deletionstests/extmod/ure_sub_unmatched.py.exp
tests/extmod/ure_sub.py
0 → 100644
tests/extmod/ure_sub_unmatched.py
0 → 100644
tests/extmod/ure_sub_unmatched.py.exp
0 → 100644
Please register or sign in to comment