RosettaCodeData/Task/String-case/R/string-case.r
2023-07-01 11:58:00 -04:00

3 lines
48 B
R

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