pystr_upper: Uppercase a string.

Description Usage Arguments Value References See Also Examples

View source: R/pystr_upper.R

Description

Return a copy of the string with all the cased characters converted to uppercase.

Usage

1

Arguments

str

A character vector.

Value

A character vector.

References

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

See Also

pystr_lower

Examples

1
pystr_upper("uppercase me!")

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