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

text::trim_end

Remove trailing whitespace from a string.

Syntax

RQL

Parameters

NameTypeDescription
valueUtf8The string to trim trailing whitespace from.

Return Value

Returns a Utf8 with trailing whitespace removed.

Examples

$ Trim trailing whitespace
$ ctrl+enter to run

Related Functions