hasUpperCase: Contains uppercase?

View source: R/hasUpperCase.R

hasUpperCaseR 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)



r2shortcode documentation built on May 29, 2024, 4:58 a.m.