亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

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.mlszssj.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
嘉鱼县| 留坝县| 凉山| 巴中市| 浦江县| 唐山市| 襄汾县| 铜梁县| 白城市| 筠连县| 农安县| 南丰县| 全州县| 囊谦县| 佳木斯市| 土默特左旗| 夹江县| 五台县| 阿巴嘎旗| 闽侯县| 屏南县| 隆化县| 麻阳| 克山县| 太白县| 治多县| 乐陵市| 龙门县| 哈密市| 新建县| 通榆县| 阳信县| 双城市| 兴文县| 平舆县| 富裕县| 建昌县| 金昌市| 古交市| 孝义市| 奎屯市|