<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Miscellaneous functions > StrLwr() |
Convert all uppercase letters in a string to lowercase.
REGULAR FUNCTION
AllLower = StrLwr(String)
String |
STRING |
String for conversion. |
AllLower |
STRING |
String converted to all lowercase. |