From: "dominique.plante@..." Date: 2006-07-22T05:25:05+09:00 Subject: splitting a string separated by CRLF into array How can I get the array ["hello", "world", "123"] from the string "hello\r\nworld\r\n123" Thanks! Dominique