--- title: remove --- Removes every occurrence of a given string. | Code | Output | |:-------------------------------------------------------|:-------------------| | {% raw %}`{{ 'hello, hello world' | remove: 'hello' }}`{% endraw %} | `, world` |