csvParser

Parses a comma separated string into a single array.

string[]
csvParser
(
string input
,
char separator = ','
)

Meta