> Le 19 mai 2016 à 17:54, Jordan Harband <[email protected]> a écrit : > > I'm not as sure about `eval`, but absolutely `new RegExp(rx.source, > rx.flags)` should always imo reproduce a functionally equivalent regex.
Sure, but it doesn’t answer the question. I am concerned with, e.g., `new RegExp(rx.source, "u")` where `rx.unicode` is `false`, because u-regexp syntax is stricter. —Claude _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

