lower

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

Returns a lowercase version of the parameter.

Category

String

Function syntax

lower(<parameter>)

Parameter

  • string

Signature and returned type

lower(<string>)

Returns a string.

Example

lower("A")

Returns “a”.

On this page