mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
3bfb27b999
- /regex/ literal syntax now works (compiler generates Regexp.compile) - Regexp#match and Regexp#=~ set $~ global variable - Regexp.last_match(n) for accessing capture groups - Regexp.compile as alias for Regexp.new - Regexp#options Co-authored-by: Claude <noreply@anthropic.com>