✅ 목표 (Goal)
indexof();
찾기
trim();
앞뒤 공백 제거
insert();
문자열 삽입
delete();
구간 제거
substring();
문자열 추출
문자열 붙이기
==
compare 비교
split
자르기
replace
문자열 교체
덧붙이기 strcat 사용 비교 strcmp 사용 대입 strcpy 사용 to_string: atoi 사용