Home
Ruby
ActiveRecord
Array
CGI
Class
Collections
Database
Date
Design Patterns
Development
File Directory
GUI
Hash
Language Basics
Method
Network
Number
Rails
Range
Reflection
Statement
String
Threads
Time
Tk
Unit Test
Windows Platform
XML
Menu
Call swapcase function from string class : swapcase « String « Ruby
Ruby
String
swapcase
Call swapcase function from string class
puts
"Test"
.swapcase
Related examples in the same category
1.
switch an English alphabet list that starts with lowercase first to a string that starts with uppercase first: