18.6 Changing Case

This coupe of functions: toupper() and tolower() convert strings to uppercase and lowercase respectively.

18.6.1 toupper

Note: Added in G-Cows version 1.2

Synopsis

toupper(input-string);

Description

toupper() converts input-string to uppercase.

input-string can be any valid expression.

18.6.2 tolower

Note: Added in G-Cows version 1.2

Synopsis

tolower(input-string);

Description

tolower() converts input-string to lowercase.

input-string can be any valid expression.

This manual can be downloaded from http://www.g-cows.org/.