For two sample strings in variable temp such as these:
(1) \"|RYVG|111|9|\" (2) \"|RYVG|111||9|\"
I want to do the following:
Try this:-
String splitRating[] = temp.split("\\|+");