Liquex.Filter.replace

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

replace(value, original, replacement, _)

View Source

Replaces every occurrence of the first argument in a string with the second argument.

Examples

iex> Liquex.Filter.replace("Take my protein pills and put my helmet on", "my", "your", %{})
"Take your protein pills and put your helmet on"