2016-09-05 常用的 Regexp (Python) 濾掉空白1234import repattern = re.compile(r'\s+')sentence = re.sub(pattern, '', sentence) Newer 實用 Linux 小工具 Older Python 時間/時區處理