Splits a string into lines, removing \n and \r characters. Does not return empty lines. Also see stringToLines.
\n
\r
String to split into lines
An array of lines from the string, with empty lines removed
Splits a string into lines, removing
\nand\rcharacters. Does not return empty lines. Also see stringToLines.