|cut Filter

removes all instances of string_to_cut from the value.

String As Markdown

Argument
s (required) – string to cut from the value.

Documentation

Removes all instances of the argument string from the value.

Variable

sentence = 'Let’s eat, grandpa!'

Template

{{ sentence|cut:',' }

Result

Let’s eat grandpa!

Commentary

It is hard to think of a good use case for this.

More String Filters

All String Filters


Did we get something wrong? Is there a use case for the cut filter that we should add? Please let us know.

Send Feedback

Official Documentation
This page last updated on August 2, 2026