downcase - Liquid Filter Reference
On this page
Description
Makes each character in a string lowercase. It has no effect on strings which are already all lowercase.
| Property | Value |
|---|---|
| Return Type | string |
| Category | text |
Examples
liquid
{{ "Han Solo" | downcase }}
Output: han solo
liquid
{{ "wookie" | downcase }}
Output: wookie