Skip to content

Trim

[Source]

Strips leading and trailing whitespace from the input.

{{ name | trim }}
primitive val Trim is
  Filter val

Implements


Constructors

create

[Source]

new val create()
: Trim val^

Returns


Public Functions

apply

[Source]

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

Parameters

Returns


eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns