Computer Science for IGCSE & O level - Programming (Section 11 - No. 45)

What does the `Lowercase` string method typically do?
Find the length of the string.
Convert the string to uppercase.
Convert all characters in the string to lowercase.
Extract a part of the string.

Explanation

The `Lowercase` method transforms a string into lowercase.

Comments (0)

Advertisement