#494: gsub with regexp is currently broken -------------------------------------+-------------------------------------- Reporter: mattaimone...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: -------------------------------------+-------------------------------------- {{{ >> "first_name".gsub(/_[a-z]/, "\1") => "first\x01ame" }}}
{{{ $ macruby -e 'p "first_name".gsub(/_[a-z]/, "\1")' "first\x01ame" }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/494> MacRuby <http://macruby.org/> _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel