I want to split my string based on one char but not on other like
String data = "data1|data2||data3";
while doing String arra
String arra