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

text::count

Count the number of characters in a string.

Syntax

RQL

Parameters

NameTypeDescription
valueUtf8The string to count characters in

Return Value

Returns an Integer representing the number of characters in the string.

Examples

$ Count characters in string
$ ctrl+enter to run

Related Functions