lines

lines s -- yields an array of strings obtained from the string s by breaking it at newline characters.

lines(s, "x") -- yields an array of strings obtained from the string s by breaking it at the character x .

Go to main index.

Go to concepts index.