LowercaseString

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

Lowercases Source.

Parameters
NameTypeDescription
Source

An expression which evaluates to a string.

Values
NameTypeDescription
return

Source with each of its chars lowercased.

Description

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

Tagsstrings