Hello All,
I am working with an array of objects that contains names and descriptions.
For example:
Car : A blue jetta
Pet : A small dog
.
.
.
My question is since it is an array of objects, how can I extract just the name "Car" or just the description "A blue jetta".
String tokenizer and substrings do not work. Any suggestion?
Thank you