Python 基礎(chǔ)教程

Python 流程控制

Python 函數(shù)

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

Python 文件操作

Python 對象和類

Python 日期和時間

Python 高級知識

Python 參考手冊

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

Python 字符串方法

rfind()方法返回字符串最后一次出現(xiàn)的位置(從右向左查詢),如果沒有匹配項則返回-1。

rfind()的語法為:

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

rfind()參數(shù)

rfind()方法最多使用三個參數(shù):

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

  • startend (可選)-在str[start:end]其中搜索子字符串

rfind()返回值

rfind()方法返回一個整數(shù)值。

  • 如果子字符串存在于字符串中,則它返回找到子字符串的最大索引。

  • 如果字符串中不存在子字符串,則返回-1。

find()和rfind()在Python中如何工作?

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

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

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

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

result = quote.rfind('be,')
if  (result != -1):
  print("be 出現(xiàn)的地方最大的索引值:", result)
else:
  print("不包含子字符串")

運行該程序時,輸出為:

子字符串 'let it': 22
子字符串 'small ': -1
be 出現(xiàn)的地方是最的索引值: 18

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

quote = 'Do small things with great love'

#搜索子字符串 'hings with great love'
print(quote.rfind('things', 10))

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

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

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

運行該程序時,輸出為:

-1
25
-1
18

Python 字符串方法

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