mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
78d761addf
The x flag ignores unescaped whitespace and #comments in patterns, making complex regexps more readable. Whitespace inside character classes [...] remains literal. Implemented as a preprocessing step that strips whitespace/comments before compilation. Co-authored-by: Claude <noreply@anthropic.com>