要求されたページは選択されたバージョンでは利用できない。
lowercase
Return a copy of the specified source string in lowercase.
Syntax
string lowercase(string str)
Parameters
str
The source string to be converted to lowercase.
Return Value
Returns a copy of the string str in all lowercase.
Example
Test Lines
Result