Python str.startswith()

사용 버전 : Python 3.6.8
사용 프로그램 : Atom 1.35.1 x64


파이썬 str.startswith()에 대해서 알아보겠습니다.

괄호 안에는 문자열, 시작 위치, 끝나는 위치가 들어갑니다.

str.startswith()는 괄호 안에 적은 문자열로 시작하는지를 확인합니다.
True, False를 반환합니다.

문자열만 적을 시, 전체에서 찾습니다.














시작 위치, 끝나는 위치를 적을 시,

문자열을 slice 하여, 해당된 범위 내에서 찾습니다.








끝.



카테고리: Standard Library, Python

댓글

이 블로그의 인기 게시물

Python urllib.parse.quote()

tensorflow tf.random.uniform()

KiCad 시작하기 2 (PCB 만들기)

Python OpenCV 빈 화면 만들기

Android Compose Coil library

Android Notification with Full Screen

tensorflow tf.expand_dims()

About Subnet Mask App

KiCad 시작하기 4 (기존 회로도 수정 및 추가)

Android Minimum touch target size