Python 基礎教程

Python 流程控制

Python 函數(shù)

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

Python 文件操作

Python 對象和類

Python 日期和時間

Python 高級知識

Python 參考手冊

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

Python 字符串方法

rindex()方法在字符串中搜索指定的值,并返回它被找到的最后位置。如果未找到子字符串,則會引發(fā)異常。

rindex()的語法為:

str.rindex(sub[, start[, end]] )

rindex()參數(shù)

rindex()方法采用三個參數(shù):

  • sub  -要在str字符串中搜索的子字符串。

  • startend(可選)-在str[start:end]內(nèi)搜索子字符串

rindex()返回值

  • 如果字符串中存在子字符串,則它將在找到子字符串的字符串中返回最后位置。

  • 如果子字符串在字符串中不存在,則會引發(fā)ValueError異常。

rindex()方法類似于string的rfind()方法。

唯一的區(qū)別是,rfind() 如果未找到子字符串,則返回-1,而rindex()則會引發(fā)異常。

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

quote = 'Let it be, let it be, let it be'

result = quote.rindex('let it')
print("子字符串 'let it':", result)
  
result = quote.rindex('small')
print("子字符串 'small ':", result)

運行該程序時,輸出為:

Substring 'let it': 22
Traceback (most recent call last):
  File "...", line 6, in <module>
    result = quote.rindex('small')
ValueError: substring not found

注意: Python中的索引從0開始,而不是1。

示例2:帶有start和end參數(shù)的rindex()

quote = 'Do small things with great love'

# 搜索子字符串' small things with great love' 
print(quote.rindex('t', 2))

# 搜索子字符串 'll things with'
print(quote.rindex('th', 6, 20))

# 搜索子字符串 'hings with great lov'
print(quote.rindex('o small ', 10, -1))

運行該程序時,輸出為:

25
18
Traceback (most recent call last):
  File "...", line 10, in <module>
    print(quote.rindex('o small ', 10, -1))
ValueError: substring not found

Python 字符串方法

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