toLower() Operation
Syntax |
| |
---|---|---|
Semantics | Changes all upper case letters to lower case letters. Returns a new string. The state of the current string is not changed. | |
Substitutables |
| Can be any variable or object attribute having the type String. |
| String literal. | |
Examples |
NONE
|
Related Pages: