How can i split a string[] ?

Hello people, i’ve parsed a Text asset and now i got each line of the TextAsset inside a String.
Now i need to split the String again at each semicolon. How can i do that? :slight_smile:

any help is appreciated

thanks in advance

bio

Use String.Split:

on each of the elements of your array?