Hi
Have a result string of:
{"1","3"}
Going through the result trying to parse out the numbers, and include them separately in an array
needs to account for values like
{"26"}
I have the string, and I think regular expressions are the answer here, but not sure how they would work in parsing the string, removing the unwanted systems, and separating the values for inclusion in an array.
Ideas? I'd appreciate it large.