S
shapper
Hello,
I have a string as follows:
str = "string,hello,something,new object,london"
How can I get each substring between commas and add it to a generic
list of string?
Thanks,
Miguel
I have a string as follows:
str = "string,hello,something,new object,london"
How can I get each substring between commas and add it to a generic
list of string?
Thanks,
Miguel