[ create a new paste ] login | about

Link: http://codepad.org/aUPrE51p    [ raw code | output | fork ]

Ruby, pasted on Feb 13:
1
2
s = "heLLo, wORld"
puts s.swapcase


Output:
1
HEllO, WorLD


Create a new paste based on this one


Comments: