G
Guest
Hi,
I have problem with string parsing. I have string for ex.:
"abc def" abc def
and I need string array:
abc def
abc
def
I tried to use Regex class and Split function, but I don't know how do it (
I don't know pattern format for split)
I have problem with string parsing. I have string for ex.:
"abc def" abc def
and I need string array:
abc def
abc
def
I tried to use Regex class and Split function, but I don't know how do it (
I don't know pattern format for split)