String "aaaaaaaa|bbbbbbbbb|cccccccc|dddddddddd|"
There is code
for (int i=0; i<4; i++){
mas[i]=str.substring(i,str.indexOf("|",i) );
}
How to get an array of strings by separating the symbol '|'?
SORRY, HOW to ADD CODE in Comment? in StackOverlow?