[ create a new paste ] login | about

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

Ruby, pasted on Aug 20:
1
"CamelCase".gsub(/[A-Z]/, '_\&').downcase.slice(1..-1)


Output:
No errors or program output.


Create a new paste based on this one


Comments: