Learn R Programming

pystr (version 2.0.0)

pystr_upper: Uppercase a string.

Description

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

Usage

pystr_upper(str)

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

Run this code
pystr_upper("uppercase me!")

Run the code above in your browser using DataLab