Liquex.Filter.replace_first
You're seeing just the function
replace_first
, go back to Liquex.Filter module for more information.
Replaces only the first occurrence of the first argument in a string with the second argument.
Examples
iex> Liquex.Filter.replace_first("Take my protein pills and put my helmet on", "my", "your", %{})
"Take your protein pills and put my helmet on"