RosettaCodeData/Task/String-case/R/string-case.r
2023-07-01 13:44:08 -04:00

3 lines
48 B
R

str <- "alphaBETA"
toupper(str)
tolower(str)