Skip to content

Title

[Source]

Converts the input to title case (first character of each word uppercased, rest lowercased, ASCII only). Words are delimited by whitespace.

{{ name | title }}
primitive val Title is
  Filter val

Implements


Constructors

create

[Source]

new val create()
: Title val^

Returns


Public Functions

apply

[Source]

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

Parameters

Returns


eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns