I get a Json format data in android and I combine them and store in String like that. Now I want only particular strings.
$String outPut = "Doc Name: "+name + "\nRoom No: " + number+ "\nTime:"+time; Doc Name: John Room No: 12 Time: 09:00:00 I want to get only "John" and "12" and "09:00:00".