UppercaseString

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
the upper of <Source>
Associationscom.livecode.string
Summary

Uppercases Source.

Parameters
NameTypeDescription
Source

An expression which evaluates to a string.

Values
NameTypeDescription
return

Source with each of its chars uppercased.

Description

Lowercase letters, including special characters with diacritical marks, are converted to the uppercase equivalents. All other characters, including uppercase letters, numbers, punctuation, and special characters with no upper or lower case, are left unchanged.

Tagsstrings