Files
liquid/_filters/replace.md

345 B

title
title
replace

Replaces every occurrence of a given string.

Code Output
{% raw %}`{{ 'hello, hello world' replace: 'hello', 'goodbye' }}`{% endraw %}