length

Last update: 2023-01-23
  • Created for:
  • Experienced
    Developer

Returns the number of characters of the string expression in the parameter.

Category

String

Function syntax

length(<parameters>)

Parameter

  • string

Signature and returned type

length(<string>)

Returns an integer.

Example

length("Hello World")

Returns 11.

On this page