1. str.upper(): 문자열을 대문자로 변경
2. str.lower(): 문자열을 소문자로 변경
3. str.isupper(): 문자열이 대문자인지 확인
4. str.islower(): 문자열이 소문자인지 확인