powered by
Checks if strings are all lower case
lower.case(string)
A vector of TRUE AND FALSE
Character vector of strings to check cases
Jared P. Lander
Checks if strings are all lower case. This is a wrapper for find.case('text', 'lower'). If string is all numbers it returns TRUE.
find.case('text', 'lower')
find.case upper.case mixed.case numeric.case
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