You are reading a single comment by @jijidad and its replies. Click here to read the full conversation.
  • Does the Espruino implementation of RegEx support the | "or" operator?

    Simplest test case:

    var p = /a|b/;
    p.test("a");
    

    Here I'm getting back false... [MDBT42Q 1v99]

About

Avatar for jijidad @jijidad started