Lines
Explanation
Examples
"foo".lines == "foo"
"Hello
World" == ["Hello", "World"]
"Hello\r\nWorld" == ["Hello", "World"]Last updated
Was this helpful?
"foo".lines == "foo"
"Hello
World" == ["Hello", "World"]
"Hello\r\nWorld" == ["Hello", "World"]Last updated
Was this helpful?
Was this helpful?