Splits up a string into a list of lines. It is equivalent to split(data, '\n') . @param data the string to split up into lines. @return the list of lines available in the string.
(String data)
source not stored for this graph (policy: none)