Description Usage Arguments Value References See Also Examples
Return TRUE
if all cased characters in the string are lowercase 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.islower
1 2 3 | pystr_islower("all lowercase!")
pystr_islower("All Lowercase?")
pystr_islower("abc123")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.