中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

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.5655pk.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
巴彦县| 鹤庆县| 应城市| 西青区| 镇宁| 梁河县| 大田县| 司法| 布拖县| 文成县| 深泽县| 航空| 宜春市| 石屏县| 桐城市| 镇远县| 利辛县| 西充县| 灵丘县| 湘潭市| 云南省| 涞水县| 黄浦区| 德安县| 莱西市| 鹿邑县| 济阳县| 平和县| 临江市| 黔西| 垫江县| 自贡市| 清新县| 鹤壁市| 抚松县| 鄯善县| 洪湖市| 浑源县| 旺苍县| 平山县| 北海市|