Skip to content

LOWCASE

Vera Chellgren edited this page Sep 18, 2021 · 1 revision

LOWCASE makes words or sentences be in lowercase. This is helpful if for example you are using uppercase word lists from someone else and you want the words to all be in lowercase.

Syntax

LOWCASE newlistnames = listorstring

where newlistnames is one or more list names which will contain the case-converted words; the typical use case is just one new list name. If multiple names are used, the results will be identical for each new list.

listorstring is the name of a list, or a string literal surrounded by quotes.

Example

LOWCASE whispering = yelling

Related commands

UPCASE, SUPCASE, SLOWCASE, WORDJOIN, ASSIGNLIST

Clone this wiki locally