powered by
This function facilitates the detection of uppercase strings/characters.
is_upper(string)
A string or character
A logical value indicating if the string/character is an uppercase one
All letters of a string must be uppercase for the string to be identified as an uppercase one
# NOT RUN { string = "ABCD" is_upper(string) # }
Run the code above in your browser using DataLab