Python 基礎教程

Python 流程控制

Python 函數(shù)

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

Python 文件操作

Python 對象和類

Python 日期和時間

Python 高級知識

Python 參考手冊

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

Python 字符串方法

如果字符串以指定的值結(jié)尾,則endswith()方法返回True。如果不是,則返回False。

endswith()的語法為:

str.endswith(suffix[, start[, end]])

endswith()參數(shù)

endwith()具有三個參數(shù):

  • suffix -要檢查的后綴字符串或元組

  • start(可選)- 在字符串中檢查suffix開始位置。

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

endswith()返回值

endswith()方法返回一個布爾值。

  • 字符串以指定的值結(jié)尾,返回True。

  • 如果字符串不以指定的值結(jié)尾,則返回False。

示例1:沒有開始和結(jié)束參數(shù)的endswith()

text = "Python is easy to learn."

result = text.endswith('to learn')
# 返回 False
print(result)

result = text.endswith('to learn.')
# 返回 True
print(result)

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

運行該程序時,輸出為:

False
True
True

示例2:帶有開始和結(jié)束參數(shù)的endswith()

text = "Python programming is easy to learn."

# start 參數(shù): 7
# "programming is easy to learn." 為被檢索的字符串
result = text.endswith('learn.', 7)
print(result)

# 同時傳入 start 和 end 參數(shù)
# start: 7, end: 26
# "programming is easy" 為被檢索的字符串

result = text.endswith('is', 7, 26)
# 返回 False
print(result)

result = text.endswith('easy', 7, 26)
# 返回 True
print(result)

運行該程序時,輸出為:

True
False
True

將元組傳遞給endswith()

可以在Python中將元組做為指定值傳遞給endswith()方法。

如果字符串以元組的任何項目結(jié)尾,則endswith()返回True。如果不是,則返回False

示例3:帶有元組的endswith()

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

# 輸出 False
print(result)

result = text.endswith(('python', 'easy', 'java'))

#輸出 True
print(result)

# 帶 start 和 end 參數(shù)
# 'programming is' 字符串被檢查
result = text.endswith(('is', 'an'), 0, 14)

# 輸出 True
print(result)

運行該程序時,輸出為:

False
True
True

如果需要檢查字符串是否以指定的前綴開頭,則可以在Python中使用startswith()方法

Python 字符串方法

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