Liquex.Filter.strip

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

Removes all whitespace (tabs, spaces, and newlines) from both the left and right side of a string. It does not affect spaces between words.

Examples

iex> Liquex.Filter.strip("          So much room for activities!          ", %{})
"So much room for activities!"