Skip to content
Log in

rstrip - Liquid Filter Reference

On this page

Description

Removes all whitespace (tabs, spaces, and newlines) from the right side of a string. It does not affect spaces between words.

Property Value
Return Type string
Category text

Examples

liquid {{ " Who watches the watchers? " | rstrip }}

Output: ` Who watches the watchers?`

Was this article helpful?

Was this article helpful?