Description Usage Arguments Value References See Also Examples
Return a copy of the string with its first character capitalized and the rest lowercased.
1 |
str |
A character vector. |
A character vector.
https://docs.python.org/3/library/stdtypes.html#str.capitalize
1 | pystr_capitalize("ONCE UPON A TIME, ")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.