Convert Text to Upper Case
In this converter, we convert the text into upper case. The upper case means is to convert all the characters into capital letters.
Example 1:
Input: abcAd345
Result: ABCAD345
Example 2:
Input: ABCDEF
Result: ABCDEF
Example 3:
Input: 123444
Result: 123444
No comments:
Post a Comment