Skip to content

Lower

[Source]

Converts the input to lowercase (ASCII).

{{ name | lower }}
primitive val Lower is
  Filter val

Implements


Constructors

create

[Source]

new val create()
: Lower val^

Returns


Public Functions

apply

[Source]

fun box apply(
  input: String val)
: String val

Parameters

Returns


eq

[Source]

fun box eq(
  that: Lower val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: Lower val)
: Bool val

Parameters

Returns