Files
liquid/_filters/remove.md
2015-07-25 17:09:54 -04:00

317 B

title
title
remove

Removes every occurrence of a given string.

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