Liquex.Filter.remove_first
You're seeing just the function
remove_first
, go back to Liquex.Filter module for more information.
Removes every occurrence of the specified substring from a string.
Examples
iex> Liquex.Filter.remove_first("I strained to see the train through the rain", "rain", %{})
"I sted to see the train through the rain"