Splits up a string where elements are separated by a specific character and return all elements. @param data the string to split up. @param ch the separator character. @return the list of elements.
(String data, int ch)
source not stored for this graph (policy: none)