From: Loren Sands-Ramshaw Date: 2011-02-21T13:51:34+09:00 Subject: [ruby-core:35322] [Ruby 1.9-Feature#4414][Open] Addition to String.split Feature #4414: Addition to String.split http://redmine.ruby-lang.org/issues/show/4414 Author: Loren Sands-Ramshaw Status: Open, Priority: Low I'm wondering whether the following feature is acceptable before I work on a patch: When String.split is given one or more integer arguments, the string is divided at those indices. str = '1.9ruby30932' version, language, revision = str.split(3, 7) Thanks, Loren ---------------------------------------- http://redmine.ruby-lang.org