Hi all.
What im trying to accomplish is to get strings from within a string.
These strings are seperated with "//*//"
an example would be
String ExampleString = ("////helle////goodbye////1965////this is an example//*//the end");
then I would like to seperated into seperate strings.
hello
goodbye
1964
this is an example
the end
Any help in order to accomplish this would be greatly appreciated.