Skip to main content

remove

string | remove: string
returns string

Removes any instance of a substring inside a string.

{{ "I can't do it!" | remove: "'t" }}

Output

I can do it!
Was this page helpful?