Looking for something akin to a Split() function that is common in most languages today.
So for a string: "a,b,c,d" It would return an array of length 4, with the string "a", "b", "c", "d". I don't see anything like this in AFL, has anyone written one with the built in string functions that do exist?
