Python 基礎(chǔ)教程

Python 流程控制

Python 函數(shù)

Python 數(shù)據(jù)類型

Python 文件操作

Python 對象和類

Python 日期和時(shí)間

Python 高級(jí)知識(shí)

Python 參考手冊

Python 字符串 startswith() 使用方法及示例

Python 字符串方法

如果字符串以指定的前綴(字符串)開頭,則startswith()方法將返回True。如果不是,則返回False。

startswith()的語法為:

str.startswith(prefix[, start[, end]])

startswith()參數(shù)

startswith()方法最多使用三個(gè)參數(shù):

  • prefix -要檢查的字符串或字符串元組

  • start(可選)-  要在字符串中檢查前綴的開始位置。

  • end (可選)-  要在字符串中檢查前綴的結(jié)束位置。

startswith()返回值

startswith()方法返回一個(gè)布爾值。

  • 如果字符串以指定的前綴開頭,則返回True。

  • 如果字符串不是以指定的前綴開頭,則返回False。

示例1:startswith()沒有start和end參數(shù)

text = "Python is easy to learn."

result = text.startswith('is easy')
# 返回 False
print(result)

result = text.startswith('Python is ')
# 返回 True
print(result)

result = text.startswith('Python is easy to learn.')
# 返回 True
print(result)

運(yùn)行該程序時(shí),輸出為:

False
True
True

示例2:startswith()帶start和end參數(shù)

text = "Python programming is easy."

#起始參數(shù): 7
# 'programming is easy.' 字符串被搜索
result = text.startswith('programming is', 7)
print(result)

# start: 7, end: 18
# 'programming' 字符串被搜索
result = text.startswith('programming is', 7, 18)
print(result)

result = text.startswith('program', 7, 18)
print(result)

運(yùn)行該程序時(shí),輸出為:

True
False
True

將元組傳遞給startswith()

在Python中可以將前綴的元組傳遞給startswith()方法。

如果字符串以元組的任何項(xiàng)目開頭,則startswith()返回True。如果不是,則返回False

示例3:具有元組前綴的startswith()

text = "programming is easy"
result = text.startswith(('python', 'programming'))

# 輸出 True
print(result)

result = text.startswith(('is', 'easy', 'java'))

# 輸出 False
print(result)

# 帶start 和 end 參數(shù)
# 'is easy'字符串被檢查
result = text.startswith(('programming', 'easy'), 12, 19)

# 輸出 False
print(result)

運(yùn)行該程序時(shí),輸出為:

True
False
False

如果需要檢查字符串是否以指定的后綴結(jié)尾,則可以在Python中使用endswith()方法。

Python 字符串方法

丰满人妻一级特黄a大片,午夜无码免费福利一级,欧美亚洲精品在线,国产婷婷成人久久Av免费高清