Convert Text to Lower Case
In this converter, we convert the text into lower case. The lower case means is to convert all the characters into small or lower-case characters.
Example 1:
Input: ABCAd345
Result: abcad345
Example 2:
Input: abcdef
Result: abcdef
Example 3:
Input: 123444
Result: 123444
No comments:
Post a Comment