pystr_capitalize: Capitalize a string.

Description Usage Arguments Value References See Also Examples

View source: R/pystr_capitalize.R

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, ")

nicolewhite/pystr documentation built on May 23, 2019, 5:09 p.m.