powered by
lower.case(string)
find.case('text', 'lower')
toCheck <- c('BIG', 'little', 'Mixed', 'BIG WITH SPACE', 'little with space', 'MIXED with SPACE') lower.case(toCheck)
Run the code above in your browser using DataLab