From: Yukihiro Matsumoto Date: 2004-12-07T14:31:27+09:00 Subject: Re: [rcr] String#split behaves odd Hi, In message "Re: [rcr] String#split behaves odd" on Tue, 7 Dec 2004 14:16:06 +0900, "Pe�a, Botp" writes: |imho, I think he meant | |[] != [""] | |I myself thought that string#split would return an array of strings w a |minimum element of [""] I don't get it. [] is an array of strings with zero elements. ;-) matz.