Here seems to be the explanation for that: new RegExp("?”)
In Flash, this creates a RegExp object. In JS, it throws an “Invalid regular expression” error. > On Jul 18, 2017, at 9:38 PM, Harbs <harbs.li...@gmail.com> wrote: > > The “?” case seems to be an outlier.