pystr_swapcase: Swap the case of a string.

Description Usage Arguments Value References Examples

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

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

Related to pystr_swapcase in pystr...