#compilationerror
Gina P. Banyard posted a pre-RFC with a prototype: Regex\CompiledRegex takes a bare pattern plus named boolean flags — no delimiters, no preg_quote, no modifier letters. Patterns must be UTF-8, and it brings a Regex\CompilationError. So far it plugs into preg_split and preg_grep.
September 25, 2026 at 2:39 AM
I can't see anything obviously wrong with this API, but it feels like it's wrong 😔

I guess I'll find out as I go!
March 26, 2025 at 8:05 AM