pystr_swapcase: Swap the case of a string.

Description Usage Arguments Value References Examples

View source: R/pystr_swapcase.R

Description

Return a copy of the string with uppercase characters converted to lowercase and vice versa.

Usage

1

Arguments

str

A string.

Value

A string.

References

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

Examples

1
pystr_swapcase("Swap Me!")

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