Hello everyone, It seems that the quantifiers '?' and '{}' don't work'
/2?\d/.exec("24") // return null rather than 24
Are they implemented ?
Thank you.
@Ptitonio 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.
Hello everyone,
It seems that the quantifiers '?' and '{}' don't work'
Are they implemented ?
Thank you.