glx/string

Extensions to gleam/string.

Functions

pub fn lines(value: String) -> List(String)

Returns the lines contained in the given string.

Search Document