text module

text::upper

Convert a string to uppercase.

Syntax

RQL

Parameters

NameTypeDescription
valueUtf8The string to convert to uppercase

Return Value

Returns a new string with all characters converted to uppercase.

Examples

Format display names

$ Format display names
$ ctrl+enter to run

Uppercase code identifiers

$ Uppercase code identifiers
$ ctrl+enter to run

Related Functions