{"title":"rstrip - Liquid Filter Reference","slug":"rstrip-filter-reference","url":"https://support.storeconnect.com/articles/rstrip-filter-reference","url_markdown":"https://support.storeconnect.com/articles/rstrip-filter-reference.md","subtitle":null,"summary":"Removes all trailing whitespace (tabs, spaces, newlines) from the right side of a string. Spaces between words are preserved.","type":"Developer_Documentation","video_url":"","keywords":"liquid, filters, rstrip, text, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nRemoves all whitespace (tabs, spaces, and newlines) from the right side of a string. It does not affect spaces between words.\n\n| Property | Value |\n|----------|-------|\n| **Return Type** | string |\n| **Category** | text |\n\n## Examples\n\n\n```liquid\n\n{{ \"          Who watches the watchers?          \" | rstrip }}\n```\n\n\n**Output:** `          Who watches the watchers?`"}