Liquex.Filter.url_decode
You're seeing just the function
url_decode
, go back to Liquex.Filter module for more information.
Decodes a string that has been encoded as a URL or by url_encode/2.
Examples
iex> Liquex.Filter.url_decode("%27Stop%21%27+said+Fred", %{})
"'Stop!' said Fred"