Python 基礎(chǔ)教程

Python 流程控制

Python 函數(shù)

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

Python 文件操作

Python 對象和類

Python 日期和時(shí)間

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

Python 參考手冊

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

Python 字符串方法

find()方法返回子字符串首次出現(xiàn)的索引值(如果找到)。如果找不到,則返回-1。

find()方法的語法為:

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

find()參數(shù)

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

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

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

find()返回值

find()方法返回一個(gè)整數(shù)值。

  • 如果字符串中存在子字符串,則返回該子字符串首次出現(xiàn)的索引。

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

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

示例1:無開始和結(jié)束參數(shù)的find()

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

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

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

# 如何使用find()
if  (quote.find('be,') != -1):
  print("包含字符串 'be,'")
else:
  print("未包含字符串")

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

子字符串 'let it': 11
子字符串 'small ': -1
包含字符串 'be,'

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

quote = 'Do small things with great love'

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

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

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

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

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

-1
3
-1
9

Python 字符串方法

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