pystr_title: Titlecase a string.

Description Usage Arguments Value References Examples

Description

Return a titlecased version of the string where words start with an uppercase character and the remaining characters are lowercase.

Usage

1

Arguments

str

A character vector.

Value

A character vector.

References

https://docs.python.org/3/library/stdtypes.html#str.title

Examples

1
pystr_title("make me pretty!")

pystr documentation built on April 15, 2017, 12:30 a.m.

Related to pystr_title in pystr...