j - Liquid Filter Reference
On this page
Description
Escapes carriage returns and single and double quotes for JavaScript segments.
| Property | Value |
|---|---|
| Return Type | string |
| Category | text |
Examples
liquid
{{ "Click 'Add to Cart' when you're ready to purchase" | j }}
Output: Click \'Add to Cart\' when you\'re ready to purchase
liquid
{{ "Nothing to see here" | j }}
Output: Nothing to see here