slice(Regexp) support in ActiveSupport::Multibyte

Hi,

Just wondering if the "some string"[/\w/] idiom can be supported in ActiveSupport::Multibyte. Currently it raises "TypeError: can't convert Regexp into Integer" because it attempts to index the array returned by str.unpack("U*") with a Regexp.

thanks,

James