hasUpperCase {r2shortcode} | R Documentation |
Contains uppercase?
Description
Simply change if there is any uppercase letter in a string
Usage
hasUpperCase(string)
Arguments
string |
the string to evaluate |
Value
TRUE or FALSE if the string has an upper case letter
Examples
strToTest1 <- 'obiWentToSchool'
strToTest2 <- 'obiwenttoschool'
hasUpperCase(strToTest1)
hasUpperCase(strToTest2)
[Package r2shortcode version 0.2 Index]