lines
lines(
s): readonlystring[]
Defined in: Utils/Str.ts:98
Splits a string into lines, normalising \r\n and \r line endings.
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”readonly string[]
lines(
s): readonlystring[]
Defined in: Utils/Str.ts:98
Splits a string into lines, normalising \r\n and \r line endings.
string
readonly string[]