Description Usage Arguments Value References Examples
Return TRUE
if the string is a titlecased string and there is at least one
character, for example uppercase characters may only follow uncased characters and lowercase
characters only cased ones. Return FALSE
otherwise.
1 |
str |
A character vector. |
A logical vector.
https://docs.python.org/3/library/stdtypes.html#str.istitle
1 2 | pystr_istitle("I Am A Title")
pystr_istitle("I Am not A Title")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.