Actions
Feature #4414
closedAddition to String.split
Status:
Rejected
Assignee:
-
Target version:
-
Description
=begin
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
=end
Actions
Like0
Like0Like0