Pythonで文字列を置換(replace, translate, re.sub, re.subn) | note.nkmk.me

Pythonで文字列を置換するには、replace()やtranslate()、正規表現reモジュールのre.sub(), re.subn()などを使う。スライスで位置を指定して置換することもできる。 文字列を指定して置換: replace最大置換回数を指 ...