pystr_capitalize: Capitalize a string.

Description Usage Arguments Value References See Also Examples

Description

Return a copy of the string with its first character capitalized and the rest lowercased.

Usage

1

Arguments

str

A character vector.

Value

A character vector.

References

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

See Also

pystr_title

Examples

1
pystr_capitalize("ONCE UPON A TIME, ")

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