Add `String#squeeze` and `#squeeze!`; ref #4086
mruby restriction: `String#squeeze` can take more than 1 pattern arguments in CRuby, in that case, the intersection of patterns will be used to match. But in mruby, it doesn't take multiple patterns.
Showing
Please register or sign in to comment