powered by
Simply change if there is any uppercase letter in a string
hasUpperCase(string)
TRUE or FALSE if the string has an upper case letter
the string to evaluate
strToTest1 <- 'obiWentToSchool' strToTest2 <- 'obiwenttoschool' hasUpperCase(strToTest1) hasUpperCase(strToTest2)
Run the code above in your browser using DataLab