Liquex.Filter.remove

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

remove(value, original, context)

View Source

Removes every occurrence of the specified substring from a string.

Examples

iex> Liquex.Filter.remove("I strained to see the train through the rain", "rain", %{})
"I sted to see the t through the "