Featured image of post 【Python 字串處理 #4】Python strip() — python 去頭去尾、去空白、去換行神器

【Python 字串處理 #4】Python strip() — python 去頭去尾、去空白、去換行神器

紀錄 Python strip/lstrip/rstrip—移除空白的修整、換行、 、strip。

前言

這篇也是要介紹一個小東西,Python String strip(),
沒什麼好多介紹的,直接進入正題。

範例

範例程式碼 sample code & 結果

【Python 字串處理 #4】Python strip() — python 去頭去尾、去空白、去換行神器

嘿對,就這樣,可以同時去掉頭尾的「空白」、「換行
」、「\t」,
特定時候超好用的! 不用特別小心 replace 還會不小心替換錯東西。

Reference

使用 Hugo 建立
主題 StackJimmy 設計