splits an array in tokens format to it's elements
For example, splitArray("[a, b, c]") will return ["a", "b", "c"]
See Implementation
splits an array in tokens format to it's elements
For example, splitArray("[a, b, c]") will return ["a", "b", "c"]