Friday, 16 August 2013

Split the String into a String array

Split the String into a String array

How can I split the following string to an array of {"George", "Washington"};
String arr = "George\nWashington";

No comments:

Post a Comment