Skip to content

StringUtil

[Source]

primitive val StringUtil

Constructors

create

[Source]

new val create()
: StringUtil val^

Returns


Public Functions

is_ws

[Source]

fun box is_ws(
  ch: U8 val)
: Bool val

Parameters

  • ch: U8 val

Returns


escape

[Source]

Returns an "escaped" version of a string."

fun box escape(
  orig: String box)
: String iso^

Parameters

Returns


url_encode

[Source]

fun box url_encode(
  str: String box)
: String val

Parameters

Returns


url_decode

[Source]

fun box url_decode(
  str: String val)
: String val

Parameters

Returns


get_client_uri

[Source]

fun box get_client_uri(
  path: String val)
: String val

Parameters

Returns


eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns