Lower
Convert to lowercase.
lower returns a lowercase version of the passed string.
Usage
String.lower()
Or
lower(String)
Returns
String
Examples
set a = “Hello There”;
echo $a.lower();
Result:
hello there
See Also
upper()
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified August 31, 2024: Signed-off-by: tracyragan <[email protected]> (20379ca)