fork(1) download
  1. sed -r 's/_([a-z])/\U\1/g'
Success #stdin #stdout 0.02s 5308KB
stdin
int foo_bar_baz;
stdout
int fooBarBaz;