I have a below string value in my java class.
Nazar 1:46 PM Hello, I have few questions related to API Management 1:46 PM Sadhana has joined
I want to split it on the basis of time mentioned in it. It should show a output in such a way that whenever a time value comes, it creates a new line break. Like below:
Nazar
1:46 PM Hello, I have few questions related to API Management.
1:46 PM Sadhana has joined
How can I accomplish this.