pystr_upper: Uppercase a string.

Description Usage Arguments Value References See Also Examples

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

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

Related to pystr_upper in pystr...