Liquex.Filter.rstrip

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

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

Examples

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