Learn R Programming

pystr (version 2.0.0)

pystr_lower: Lowercase a string.

Description

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

Usage

pystr_lower(str)

Arguments

str
A character vector.

Value

A character vector.

References

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

See Also

pystr_upper

Examples

Run this code
pystr_lower("LOWERCASE ME!")

Run the code above in your browser using DataLab