Description Usage Arguments Value References See Also Examples
Return TRUE
if all cased characters in the string are uppercase and there is at
least one cased character, FALSE
otherwise.
1 |
str |
A character vector. |
A logical vector.
https://docs.python.org/3/library/stdtypes.html#str.isupper
1 2 3 | pystr_islower("ALL UPPERCASE!")
pystr_islower("All Uppercase?")
pystr_islower("ABC123")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.