Liquex.Filter.strip_newlines
You're seeing just the function
strip_newlines
, go back to Liquex.Filter module for more information.
Removes any newline characters (line breaks) from a string.
Examples
iex> Liquex.Filter.strip_newlines("Hello\nthere", %{})
"Hellothere"