반응형 [python3.11 상세] 문자열 문자열- python3부터 unicode에서 utf-8이 기본으로 변경- 값 변경 불가 문자열 초기화- 한 줄: "- 여러 줄: """ 포매팅- % 포매팅- .format 포매팅- f-string- raw 메서드- 인덱스: str[index]- 슬라이싱: str[start:end:step]- upper() / lower() / capitalize() / title()- find(data) / startswith(data) / endswith(data)- replace(src_value, dest_value) / - split(str) / ''.join(list) / strip() / lstrip() / rstrip()정규표현식re 모듈- re.match()- re.findall(pattern, data).. 2024. 7. 3. 이전 1 다음 반응형