Capy-Bearer Documentation

upper

lib call

Capy

function upper(value : string) string

Description

upper changes lowercase ASCII characters to uppercase.

Parameters

value : string to convert

Return Values

string with lowercase ASCII characters changed to uppercase

Example

Capy

print(upper("bearer"), "\n")