Table of Contents

StrToLower

str StrToLower(str s)

Description

Returns s with all characters converted to lowercase using tolower.

Non-ASCII characters are not changed.

Examples

StrToLower("Hello There!") -> "hello there!"

See also

StrToUpper