![]() |
VOOZH | about |
toupper() method in R programming is used to convert the lowercase string to uppercase string.
Syntax: toupper(s)
Return: Returns the uppercase string.
Example 1:
Output:
[1] "GEEKS FOR GEEKS"Example 2: Output:
[1] "THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG"