class Liquid::Filters::Downcase

Overview

downcase

Lowercases all characters of a string.

Input {{ "TiTlE" | downcase }}

Output title

Another Example

Input {{ "This_Is_MY_cusTom_slug" | downcase }}

Output this_is_my_custom_slug

Extended Modules

Defined in:

liquid/filters/case.cr

Class Method Summary

Class Method Detail

def self.filter(data : Any, args : Array(Any) | Nil = nil) : Any #

[View source]