text module

text::length

Get the length of a string.

Syntax

RQL

Parameters

NameTypeDescription
valueUtf8The string to measure

Return Value

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

Examples

Filter by minimum length

$ Filter by minimum length
$ ctrl+enter to run

Add character count field

$ Add character count field
$ ctrl+enter to run

Validate input length

$ Validate input length
$ ctrl+enter to run

Related Functions