StrLwr
From Axaptapedia
Contents |
[edit] StrLWr
[edit] Syntax
str StrLWr(str text)
[edit] Description
Converts all letters to lower case in the text string specified by text.
[edit] Example
StrLwr("Abcdd55EFGHIJ") //returns the text string "abcdd55efghij".
[edit] Note
StrLwr is complementary to StrUpr.