isFirstLetterUpperCase | R Documentation |
Returns a logical indicating whether the first letter of a character string is uppercase.
isFirstLetterUpperCase(x)
x |
character string |
If the input is an empty string, the function returns TRUE
.
logical; if TRUE
, the first letter of the input string is
uppercase.
Samuel Leung, Derek Chiu
isFirstLetterUpperCase("peanut butter")
isFirstLetterUpperCase("peanut Butter")
isFirstLetterUpperCase("Samuel butter")
isFirstLetterUpperCase("")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.