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?
any help is appreciated
thanks in advance
bio
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?
any help is appreciated
thanks in advance
bio
Use String.Split:
on each of the elements of your array?