Capy-Bearer Documentation

lower

lib call

Capy

function lower(value : string) string

Description

lower() converts uppercase ASCII characters to lowercase. It does not convert Unicode case.

Parameters

value : text to convert

Return Values

Text with uppercase ASCII characters converted to lowercase.

Example

Capy

print(lower("BEARER"), "\n")