pystr_lower: Lowercase a string.

Description Usage Arguments Value References See Also Examples

View source: R/pystr_lower.R

Description

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

Usage

1

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

1
pystr_lower("LOWERCASE ME!")

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