in reply to Re: Executing a "/foo/flags" regex from a string
in thread Executing a "/foo/flags" regex from a string

Ah, OK. I guess there's nothing more to the syntax of /regex/flags than, uh, the regex and the flags, so you don't risk losing anything by parcelling them out and putting them back together like that.

Thanks!

- Aaron

  • Comment on Re^2: Executing a "/foo/flags" regex from a string