DRAFTThis page is not published. Only visible in development mode.
text module

text::trim_start

Remove leading whitespace from a string.

Syntax

RQL

Parameters

NameTypeDescription
valueUtf8The string to trim leading whitespace from.

Return Value

Returns a Utf8 with leading whitespace removed.

Examples

$ Trim leading whitespace
$ ctrl+enter to run

Related Functions