It would be nice to support this `new RegExp("ab+c", "i");`. Right now, when I try to use it, I get an error saying `RegExp is not a function`.
It would be nice to support this
new RegExp("ab+c", "i");. Right now, when I try to use it, I get an error sayingRegExp is not a function.