fork(3) download
  1. puts "this-is-a-string".gsub(/-(\w)/) {$~[1].upcase}
Success #stdin #stdout 0.02s 9656KB
stdin
Standard input is empty
stdout
thisIsAString