micropython/examples/natmod/ure
stijn 51fd6c9777 extmod/ure: Use single function for match/search/sub.
Saves about 500 bytes on unix x64 and enables CPython-conform
usage of passing a re object to these functions.
2020-06-08 09:16:09 +02:00
..
Makefile examples/natmod: Add ure example. 2019-12-12 20:15:28 +11:00
ure.c extmod/ure: Use single function for match/search/sub. 2020-06-08 09:16:09 +02:00