Development Ruby

"fred:smith".sub(/(\w+):(\w+)/, '\2, \1') # "smith, fred" 
"nercpyitno".gsub(/(.)(.)/, '\2\1') # "encryption"