Closed ksss closed 8 years ago
I implemented none encoding option. Most of the reasons why I made this PR is I want to compatible with CRuby.
a = / # comment \x82 /xn p a =~ "あ"
Before
mruby-onig-regexp/mrblib/onig_regexp.rb:8: wrong number of arguments (ArgumentError)
After
2
thank you
I implemented none encoding option. Most of the reasons why I made this PR is I want to compatible with CRuby.
Example
Before
After