mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
modure: Initial module, using re1.5 (which is based on re1 codebase).
https://github.com/pfalcon/re1.5
This commit is contained in:
@@ -473,3 +473,12 @@ Q(ujson)
|
||||
Q(dumps)
|
||||
Q(loads)
|
||||
#endif
|
||||
|
||||
#if MICROPY_PY_URE
|
||||
Q(ure)
|
||||
Q(compile)
|
||||
Q(match)
|
||||
Q(search)
|
||||
Q(group)
|
||||
Q(DEBUG)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user