Liquex.Filter.strip_newlines

You're seeing just the function strip_newlines, go back to Liquex.Filter module for more information.
Link to this function

strip_newlines(value, _)

View Source

Removes any newline characters (line breaks) from a string.

Examples

iex> Liquex.Filter.strip_newlines("Hello\nthere", %{})
"Hellothere"