-
Notifications
You must be signed in to change notification settings - Fork 50
Manual:DIL Manual tolower()
iamnove edited this page Jan 18, 2023
·
53 revisions
Function: string tolower ( s : string ); s String to lower case return the string passed in lower cased
This function returns a copy of the string passed in but with out capitals. Example: "hello!" := tolower("HELLO!");