Appearance
소스 문자열의 하이픈(-)을 카멜 케이스로 변경합니다.
toCamelFromKebab(소스 문자열);
toCamelFromKebab("user-name"); // "userName"