Appearance
소스 문자열의 언더바(_)를 카멜 케이스로 변경합니다.
toCamelFromSnake(소스 문자열);
toCamelFromSnake("user_name"); // "userName"