91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

python中替換函數是哪個

摘星
2202
2021-06-01 10:48:40
欄目: 編程語言

python中替換函數是replace(),該函數語法格式為:“str.replace(old, new[, max])”,它主要是將字符串中的舊字符串替換成新字符串,如果指定第三個參數max,則替換不超過max次。

python中替換函數是哪個

具體使用步驟:

1、首先打開python編輯器,新建一個python項目。

2、在python項目中定義一個字符串。

str = "this is string example....wow!!! this is really string";

3、最后再通過replace()函數進行替換字符串即可。

print str.replace("is", "was");

完整示例代碼:

#!/usr/bin/python

#www.neiyidaogou.com

str = "this is string example....wow!!! this is really string";

print str.replace("is", "was");

print str.replace("is", "was", 3);

輸出結果:

thwas was string example....wow!!! thwas was really string

thwas was string example....wow!!! thwas is really string

擴展知識:

strip() #刪除指定字符串函數

re.sub() #通過正則表達式替換

0
固安县| 庄河市| 治多县| 新宾| 乾安县| 邳州市| 建德市| 黄浦区| 汽车| 凤山市| 佛冈县| 河曲县| 修文县| 高碑店市| 丰都县| 石河子市| 高州市| 股票| 连城县| 乐山市| 大兴区| 通化市| 会宁县| 江北区| 吴堡县| 读书| 遵化市| 张家口市| 丘北县| 临夏市| 佛冈县| 锦州市| 宽城| 东至县| 乡宁县| 双柏县| 龙南县| 扶余县| 瑞丽市| 仙游县| 百色市|