儲蓄保險王 Blog
Python: 用兩階段 Regex 拆解 CamelCase、 Acronym 與數字 Token: Himalia4FWGenUUID4ProcessStep_2
`Himalia4FWGenUUID4ProcessStep_2` ...
Python 正規表達式教學:看懂 re.split()、\W|_ 與 flags=re.ASCII # \w代表 word character ~ [A-Za-z0-9_]
這篇會用 Python re 模組 來講清楚三個很常一起出現、卻也很...
Python 實戰:用 jieba + Normalize + N-gram 穩定抓出 Family 名稱 ; re.sub(r'[^a-z0-9]+’, ”, s.lower()) #全部轉小寫 #移除非英數字元
目標很明確: 從混雜中文、英文、符號的文字中,穩定找出已知的 Fam...
Python: 雙重條件排序教學 `(-len(x), x)` ; sorted(items, key=lambda x: (-len(x), x)) 與 json_repair strategy pipeline
這個寫法常出現在 `sorted()` 或 `.sort()` 的 ...
Python 正則表達式進階課:(?i…) 內聯修飾符 vs re.I 全域標記,打造無情的「激進截斷」割草機! `(?i)`、`flags=re.I`、`(?i:…)` 的差別
這篇教學文專門說明 Python `re` 模組裡的 ignore-...

近期留言