mattn/mruby-onig-regexp

Slice on empty string

Moon4u opened this issue · 0 comments

"".slice(/^.*$/) 

In ruby this returns empty string (""), but in mruby nil is returned.