mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
5a158d32a8
Replacement strings now support: \& = full match, \` = pre_match, \' = post_match, \+ = last successful capture, \\ = literal backslash. Co-authored-by: Claude <noreply@anthropic.com>