splitLines

Splits str into an array of string lines.

static pure
string[]
splitLines
(
string str
)

Parameters

str string

The string.

Return Value

Type: string[]

Array of string lines from str.

Meta