Dear members,
I'm new here first off.. my name is Julian.. (: nice to meet y'all...
(Im new to java aswell)
....
Would like some help regarding the split("|") method, I'm trying to retrieve information line by line from a text file and splitting each line into an array.
till now I only came as far as:
String textToSplit = "Hello|this is the text I want to|split";
textToSplit.split("|");
I have no idea of how to do the rest, can someone explain please? thank you
