Hi Friends,
Good Morning!!
I have a string which contains only numbers with delimeters in my mail : “MatchScoreDetails_TeamA: 1 | 1 | 2 | 1 | 0 |0 MatchScoreDetails_TeamB: 1 | 3 | 1 | 0 | 1 |0. I want to split it into an array. How to do that?
Thanks in Advance.