![]() |
VOOZH | about |
tolower() method in R programming is used to convert the uppercase letters of string to lowercase string.
Syntax: tolower(s)
Return: Returns the lowercase string.
Example 1:
Output:
[1] "geeks for geeks"Example 2: Output:
[1] "the quick brown fox jumps over the lazy dog"