[筆記]TCL 02 - Regexp(RE)的用法


Posted by yichien305 on 2023-12-26

正規表示式(Regular expression,regex、regexp、RE),又稱正規表達式、正規表示法、規則運算式,用簡單字串來描述、符合文中全部符合指定格式的字串,現在很多文字編輯器都支援用正規表達式搜尋、取代符合指定格式的字串。

語法參考來源
線上練習tcl
線上練習tcl2
2023/12/25 教學 by Hank


#TCL







Related Posts

The introduction and difference between class component and function component in React

The introduction and difference between class component and function component in React

財務分析(3) --  抓取公開資訊觀測站財務指標

財務分析(3) -- 抓取公開資訊觀測站財務指標

Day03_Origami學習筆記

Day03_Origami學習筆記


Comments