I have a string I need to split up.
Sometimes it is it is like this: item1_item2 or item1_item2_item3_item4 or item1_item2_item3_item4_item5_item6_item7_item8
I need to get all the items but it is unknown if there is 0 or 8 items but always split with an _ .
thanks any help would ge great
Sometimes it is it is like this: item1_item2 or item1_item2_item3_item4 or item1_item2_item3_item4_item5_item6_item7_item8
I need to get all the items but it is unknown if there is 0 or 8 items but always split with an _ .
thanks any help would ge great