CAPITALLETTERS()
- is the text which we want change in to a uppercase.
Description
- This function used to display the alphabets A to Z in upper case letters.
- Upper case letters are the alphabetical capital letters.
- Capital letters:ABCDEF…..
- The function should be given as CAPITALLETTERS().
- CAPITALLETTERS function will ignore any input.
Examples
- CAPITALLETTERS()=ABCDEFGHIJKLMNOPQRSTUVWXYZ
- CAPITALLETTERS(23)=ABCDEFGHIJKLMNOPQRSTUVWXYZ
- CAPITALLETTERS("a")=ABCDEFGHIJKLMNOPQRSTUVWXYZ