Liquex.Filter.append

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

Specs

append(String.t(), String.t(), map()) :: String.t()

Appends text to the end of value

Examples

iex> Liquex.Filter.append("myfile", ".html", %{})
"myfile.html"