Actions
Feature #4335
closedString#split for empty string is always empty array
Feature #4335:
String#split for empty string is always empty array
Description
Updated by naruse (Yui NARUSE) over 15 years ago
- Status changed from Open to Feedback
=begin
We don't think we should follow Python's result
and your this proposal doesn't have enough reason to change current behavior even if it breaks compatibility.
I don't say there is no chance but it should be hard that you can show such strong reason.
=end
Updated by nobu (Nobuyoshi Nakada) over 15 years ago
=begin
'/'.split('/', -1) returns ["", ""].
I don't think it's necessary to be default.
=end
Updated by nahi (Hiroshi Nakamura) over 14 years ago
Updated by sawa (Tsuyoshi Sawada) about 6 years ago
- Description updated (diff)
Actions