Posts by RodrigoMassun • 11 points
1 post
-
1
votes1
answer555
viewsQ: Split an array into new character limit arrays in each array
My problem is this: I have the input string: "A|BB|CCC|DDDD|EEEEE|FFFFFF|GGGGGGG". I need to split this string in "|", so that in the case divided into 6. But I need each value to enter an array of…