P.S. you've probably checked it already, but this would be already a great thing to have.
It's MIT Style License, it's deployed in micro controllers, and it's a subset for RegExp, a 1.5 subset.
It's called ure: http://docs.micropython.org/en/latest/library/ure.html#module-ure
Here the module used in micro python: https://github.com/micropython/micropython/blob/a86d40ccd437fe0235c09426ef6d552b968d86e8/extmod/modure.c
and here the folder with the lib: https://github.com/micropython/micropython/tree/a86d40ccd437fe0235c09426ef6d552b968d86e8/extmod/re1.5
@WebReflection started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
P.S. you've probably checked it already, but this would be already a great thing to have.
It's MIT Style License, it's deployed in micro controllers, and it's a subset for RegExp, a 1.5 subset.
It's called ure: http://docs.micropython.org/en/latest/library/ure.html#module-ure
Here the module used in micro python:
https://github.com/micropython/micropython/blob/a86d40ccd437fe0235c09426ef6d552b968d86e8/extmod/modure.c
and here the folder with the lib:
https://github.com/micropython/micropython/tree/a86d40ccd437fe0235c09426ef6d552b968d86e8/extmod/re1.5