-
chararray.swapcase()
[source] -
For each element in
self
, return a copy of the string with uppercase characters converted to lowercase and vice versa.See also
char.swapcase
chararray.swapcase()
2017-01-10 18:08:02
chararray.swapcase()
[source]
For each element in self
, return a copy of the string with uppercase characters converted to lowercase and vice versa.
See also
char.swapcase
Please login to continue.