class Marten::Template::Filter::DownCase

Overview

The "downcase" filter.

The "downcase" filter allows to convert a string so that each of its character is lowercase.

Defined in:

marten/template/filter/down_case.cr

Instance Method Summary

Instance methods inherited from class Marten::Template::Filter::Base

apply(value : Value, arg : Value | Nil = nil) : Value apply

Instance Method Detail

def apply(value : Value, arg : Value | Nil = nil) : Value #

[View source]