<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8738861532118661180</id><updated>2026-04-07T08:47:03.246+08:00</updated><category term="software"/><category term="info"/><category term="blog"/><category term="thought"/><category term="543"/><category term="health"/><category term="life style"/><category term="resource"/><category term="business"/><category term="family"/><category term="food"/><category term="funny"/><category term="video"/><category term="MindMap"/><category term="book"/><category term="martial art"/><category term="memory"/><category term="music"/><category term="note"/><category term="sport"/><title type='text'>Tony&#39;s Note 偷你之 記事本</title><subtitle type='html'>這個網站的部分內容未經考證確認、敘述完全是個人觀點，對此反感者請自行離開，恕不提供謹言慎行版本，或入口網站連結。我有大放厥詞的自由，你有不看的自由，請勿謾罵、歡迎討論～</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://tonysnote.whybut.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://tonysnote.whybut.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default?start-index=26&amp;max-results=25&amp;redirect=false'/><author><name>Tony Huang</name><uri>http://www.blogger.com/profile/01258944684598910324</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_TA8EBCCBf0KQyk0bIZ3pu_JSpEaj3C8QAWUbENx0Dt85K9IIU-IofMNXMfHQJErU8C24d0IC8RpsWDrDIkt2wpEE0CfMtKiMczadbXK-XykLhxxCrKKKlu5XsDSRmw/s96/TonyHuangIllustGlass.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>277</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8738861532118661180.post-86404471216580393</id><published>2026-04-07T08:47:03.246+08:00</published><updated>2026-04-07T08:47:03.246+08:00</updated><title type='text'>使用 Windows 指令輕鬆生成 Wi-Fi 網路報告</title><content type='html'>&lt;div dir=&quot;ltr&quot;&gt;
 &lt;div&gt;
  不知是否因為家中的連線裝置不知不覺超過100個，WiFi 連線有時候有點怪怪的。
 &lt;/div&gt;&lt;br&gt;
 &lt;div&gt;
  最近發現，執行「netsh wlan show wlanreport」這個 Windows 指令，可以產生一份詳細的 HTML 報告，顯示最近的 Wi-Fi 活動。此報告預設涵蓋過去三天，包含會話歷史記錄、斷開連接原因、連線裝置詳細資訊以及其他路由器日誌通常不會顯示的網路資訊。這部分內容屬於 WLAN 自動配置層，大多數人甚至不知道它的存在。它包含了連接嘗試、身份驗證、驅動程式事件和電源狀態等信息，比我之前習慣去看的路由器資料要更簡單詳盡。
 &lt;/div&gt;
 &lt;div&gt;
  &lt;br&gt;
 &lt;/div&gt;
 &lt;div&gt;
  在我的W11電腦「系統命令字元」執行「netsh wlan show wlanreport」指令後，畫面顯示：
 &lt;/div&gt;
 &lt;div&gt;
  &lt;font color=&quot;#ffffff&quot; style=&quot;background-color:rgb(102,102,102)&quot;&gt;C:\Users\Tony&amp;gt;netsh wlan show wlanreport&lt;br&gt;
   正在產生報告 ...&lt;br&gt;
   正在查詢 WLAN 事件 ...&lt;br&gt;
   正在查詢 NCSI 事件 ...&lt;br&gt;
   正在查詢 NDIS 事件 ...&lt;br&gt;
   正在查詢 EAP 事件 ...&lt;br&gt;
   正在查詢 WCM 事件 ...&lt;br&gt;
   正在查詢核心事件 ...&lt;br&gt;
   正在查詢系統事件 ...&lt;br&gt;
   正在執行 ipconfig ...&lt;br&gt;
   正在執行 netsh wlan show all ...&lt;br&gt;
   正在查詢無線設定檔 ...&lt;br&gt;
   正在查詢系統和使用者憑證 ...&lt;br&gt;
   正在查詢使用者資訊 ...&lt;br&gt;
   正在查詢網路裝置 ...&lt;br&gt;&lt;br&gt;
   報告已寫入: C:\ProgramData\Microsoft\Windows\WlanReport\wlan-report-latest.html&lt;br&gt;
   完成。&lt;/font&gt;
 &lt;/div&gt;
 &lt;div&gt;
  &lt;br&gt;
 &lt;/div&gt;
 &lt;div&gt;
  用瀏覽器開啟「C:\ProgramData\Microsoft\Windows\WlanReport\wlan-report-latest.html」後，就可以看到圖表顯示的網頁排版報告，對故障排除提供更多資訊。
 &lt;/div&gt;
 &lt;div&gt;
  &lt;br&gt;
 &lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://tonysnote.whybut.com/feeds/86404471216580393/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://tonysnote.whybut.com/2026/04/windows-wi-fi.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/86404471216580393'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/86404471216580393'/><link rel='alternate' type='text/html' href='http://tonysnote.whybut.com/2026/04/windows-wi-fi.html' title='使用 Windows 指令輕鬆生成 Wi-Fi 網路報告'/><author><name>Tony Huang</name><uri>http://www.blogger.com/profile/01258944684598910324</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_TA8EBCCBf0KQyk0bIZ3pu_JSpEaj3C8QAWUbENx0Dt85K9IIU-IofMNXMfHQJErU8C24d0IC8RpsWDrDIkt2wpEE0CfMtKiMczadbXK-XykLhxxCrKKKlu5XsDSRmw/s96/TonyHuangIllustGlass.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8738861532118661180.post-3067405872139409927</id><published>2025-11-13T22:09:00.000+08:00</published><updated>2025-11-13T22:10:26.870+08:00</updated><title type='text'>近期最佳閱讀軟體 Readest</title><content type='html'>&lt;div dir=&quot;ltr&quot;&gt;&lt;div&gt;&lt;div dir=&quot;ltr&quot;&gt;時間碎片化的時代，數位閱讀的比重越來越高，除了Kindle最常使用的裝置就是手機跟平板，前幾年用的，包含開放型電紙閱讀器都是安卓機，試用 「moon+ Reader 靜讀天下」後，付費購買使用好幾年，功能齊全能改排版、改字型、語音朗讀，後來連&lt;span&gt;內容同步也補齊了，堪稱&lt;/span&gt;滿意。&lt;/div&gt;&lt;div dir=&quot;ltr&quot;&gt;然而在蘋果裝置一直沒有比較滿意的閱讀軟體，有使用「多多閱讀」可以改字型跟TTS，但可惜許多功能仍然欠缺。&lt;/div&gt;&lt;div dir=&quot;ltr&quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div dir=&quot;ltr&quot;&gt;前陣子開始接觸到「 Readest」這個開源、跨多平台軟體，介面優美功能完整，非常令人滿意，接受各種檔案格式、純文件自動分章節、標注、單字翻譯、全文翻譯、調整排版、直排閱讀、自訂字型、TTS語音閱讀、文件同步、進度同步，樣樣都有，一次到位！甚至包含KOReader伺服器進度同步，所以連我在Kindle讀的書也能同步閱讀進度了！還內建了「原俠正楷-T」等多個字型，多麼的有慧眼又睿智！(T版最穩我也是最常用)&lt;/div&gt;&lt;div dir=&quot;ltr&quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div dir=&quot;ltr&quot;&gt;現在我微軟安卓蘋果所有裝置都安裝，在閱讀器電腦平板手機之間任意切換，隨時都可以馬上銜接閱讀，非常方便，大家一定要用用看！&lt;/div&gt;&lt;div dir=&quot;ltr&quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div dir=&quot;ltr&quot;&gt;&lt;a href=&quot;https://readest.com/&quot;&gt;https://readest.com/&lt;/a&gt;&lt;/div&gt;&lt;div dir=&quot;ltr&quot;&gt;&lt;a href=&quot;https://github.com/readest/readest&quot;&gt;https://github.com/readest/readest&lt;/a&gt;&lt;/div&gt;&lt;div dir=&quot;ltr&quot;&gt;&lt;br&gt;&lt;/div&gt;  &lt;/div&gt;  &lt;/div&gt;  </content><link rel='replies' type='application/atom+xml' href='http://tonysnote.whybut.com/feeds/3067405872139409927/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://tonysnote.whybut.com/2025/11/readest.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/3067405872139409927'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/3067405872139409927'/><link rel='alternate' type='text/html' href='http://tonysnote.whybut.com/2025/11/readest.html' title='近期最佳閱讀軟體 Readest'/><author><name>Tony Huang</name><uri>http://www.blogger.com/profile/01258944684598910324</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_TA8EBCCBf0KQyk0bIZ3pu_JSpEaj3C8QAWUbENx0Dt85K9IIU-IofMNXMfHQJErU8C24d0IC8RpsWDrDIkt2wpEE0CfMtKiMczadbXK-XykLhxxCrKKKlu5XsDSRmw/s96/TonyHuangIllustGlass.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8738861532118661180.post-3562402862895863839</id><published>2025-11-12T20:29:00.000+08:00</published><updated>2025-11-12T20:30:07.607+08:00</updated><title type='text'>用Calibre把TXT轉成EPUB電子書 ，按章節分頁、自動產生目錄</title><content type='html'>&lt;div dir=&quot;ltr&quot;&gt;&lt;b&gt;&lt;font size=&quot;4&quot;&gt;批次修改TXT章節標題格式&lt;/font&gt;&lt;/b&gt;&lt;br&gt;&lt;br&gt;首先我們可以先用Notepad++開啟TXT檔案稍微檢查一下，清除一些不必要的資訊或廣告，然後做初步的章節標題格式加註。&lt;br&gt;規則運算式搜尋及取代：&lt;br&gt;第(.*?)卷 → #第$1卷&lt;br&gt;第(.*?)章 → ##第$1章&lt;br&gt;# 是第一層標題&lt;br&gt;##    是第二層標題，以此類推&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;b&gt;&lt;font size=&quot;4&quot;&gt;用Calibre把TXT轉EPUB&lt;/font&gt;&lt;/b&gt;&lt;br&gt;&lt;br&gt;將TXT檔加入Calibre軟體後，使用「轉換書本」功能。&lt;br&gt;&lt;br&gt;&lt;div&gt;首先確認輸入格式為TXT，輸出格式為EPUB。&lt;br&gt;在「結構偵測」分頁中：&lt;br&gt;「偵測章節於 (XPath 表示式)」內容原本為英文判斷式：&lt;br&gt;&lt;span style=&quot;background-color:rgb(204,204,204)&quot;&gt;//*[((name()=&amp;#39;h1&amp;#39; or name()=&amp;#39;h2&amp;#39;) and re:test(., &amp;#39;\s*((chapter|book|section|part)\s+)|((prolog|prologue|epilogue)(\s+|$))&amp;#39;, &amp;#39;i&amp;#39;)) or @class = &amp;#39;chapter&amp;#39;]&lt;br&gt;&lt;/span&gt;&lt;br&gt;我們把它改成中文版：&lt;br&gt;&lt;span style=&quot;background-color:rgb(204,204,204)&quot;&gt;//*[re:test(., &amp;quot;^\s*(簡介|內容簡介|序|推薦序|楔子|尾聲|後記|番外|[第卷][0123456789一二三四五六七八九十零〇百千兩]*[卷回部章節集])\s*([^課].*|)$&amp;quot;, &amp;quot;i&amp;quot;)]&lt;/span&gt;&lt;br&gt;&lt;br&gt;下面「章節標記」選擇「pagebreak」把新章節分頁。&lt;br&gt;&lt;br&gt;在「TXT輸入」分頁中，「規格化樣式」選擇「markdown」&lt;br&gt;&lt;br&gt;按確定輸出後，選編輯書本、編輯目錄來檢查修改，存檔後大功告成。&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;  </content><link rel='replies' type='application/atom+xml' href='http://tonysnote.whybut.com/feeds/3562402862895863839/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://tonysnote.whybut.com/2025/11/calibretxtepub.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/3562402862895863839'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/3562402862895863839'/><link rel='alternate' type='text/html' href='http://tonysnote.whybut.com/2025/11/calibretxtepub.html' title='用Calibre把TXT轉成EPUB電子書 ，按章節分頁、自動產生目錄'/><author><name>Tony Huang</name><uri>http://www.blogger.com/profile/01258944684598910324</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_TA8EBCCBf0KQyk0bIZ3pu_JSpEaj3C8QAWUbENx0Dt85K9IIU-IofMNXMfHQJErU8C24d0IC8RpsWDrDIkt2wpEE0CfMtKiMczadbXK-XykLhxxCrKKKlu5XsDSRmw/s96/TonyHuangIllustGlass.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8738861532118661180.post-3226838785650924955</id><published>2025-11-12T19:19:00.001+08:00</published><updated>2025-11-12T19:19:59.487+08:00</updated><title type='text'>如何在Notepad++使用RegEx來搜尋取代文數字空白和換行符號</title><content type='html'>&lt;div dir=&quot;ltr&quot;&gt;&lt;div dir=&quot;ltr&quot;&gt;Notepad++ 是台灣工程師侯今吾開發的純文字編輯器，自由、開源，而且非常高效好用，我個人三十幾年來使用過各式大小文字編輯軟體，最後只有這個軟體每台電腦都安裝，至今仍日常使用，而且作者很有人道關懷精神令人敬佩，好人好軟體還不用爆。&lt;br&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;作業系統內建的記事本(Notepad)，編輯文字時無法條件式尋找，也無法處理空白和換行符號，這個時候使用Notepad++就很適合。&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;搜尋換行符號：&lt;/b&gt;&lt;br&gt;&lt;div&gt;換行符號CR：\r&lt;/div&gt;&lt;div&gt;換行符號LF：\n&lt;/div&gt;&lt;div&gt;Windows系統的格式：\r\n&lt;/div&gt;&lt;/div&gt;&lt;div&gt;Linux系統的格式：\r&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;搜尋「空白」：&lt;/b&gt;&lt;br&gt;注意全形空白　與半形空白 的差別&lt;/div&gt;&lt;div&gt;空白符號 ：\s&lt;/div&gt;&lt;div&gt;tab換行的空白：\t&lt;br&gt;html的空白：&amp;amp;nbsp:&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;規則運算式(正規表達式)(&lt;span style=&quot;color:rgb(64,64,64);font-family:&amp;quot;Noto Serif&amp;quot;,serif;font-size:16px&quot;&gt;Regular Expression&lt;/span&gt;)(RegEx)是什麼？&lt;/b&gt;&lt;/div&gt;&lt;div&gt;範例格式 [A-z]{2,4}&lt;/div&gt;&lt;div&gt;[]裡面代表要搜尋的目標範圍，根據預設，比對會區分大小寫。&lt;br&gt;&lt;ul&gt;&lt;li&gt;[a-z] 只找小寫&lt;/li&gt;&lt;li&gt;[A-z] 找大寫+小寫&lt;/li&gt;&lt;li&gt;[0-9] 只找數字 (也可以只指定1-5)&lt;/li&gt;&lt;li&gt;[A-z0-9] 找同時包含大小寫與數字混合的字&lt;/li&gt;&lt;/ul&gt;{}裡面的數字代表要搜尋的數量長度範圍&lt;br&gt;&lt;ul&gt;&lt;li&gt;{2,4} 找符合條件而且長度是2個字~4個字&lt;/li&gt;&lt;li&gt;{3,} 找符合條件且長度最少3個字或更多&lt;/li&gt;&lt;li&gt;{3} 找符合條件且長度剛好為3個字&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;規則運算式指定數字串搜尋實例&lt;/b&gt;&lt;br&gt;例如 [0-9]{10} ，可以搜尋10碼連續數字&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;blockquote style=&quot;margin:0 0 0 40px;border:none;padding:0px&quot;&gt;&lt;div dir=&quot;ltr&quot;&gt;&lt;div&gt;手機號碼: 0912345678 聯絡人姓名&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;div dir=&quot;ltr&quot;&gt;&lt;div&gt;例如 [0-9]{4}-[0-9]{3}-[0-9]{3} ，可以搜尋包含-的格式化數字&lt;/div&gt;&lt;/div&gt;&lt;blockquote style=&quot;margin:0 0 0 40px;border:none;padding:0px&quot;&gt;&lt;div dir=&quot;ltr&quot;&gt;&lt;div&gt;手機號碼: 0912-345-678 聯絡人姓名&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;div dir=&quot;ltr&quot;&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;除了上述範圍範例，字元類別還有&lt;/b&gt;&lt;/div&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;By → 只找大寫B+小寫y&lt;/li&gt;&lt;li&gt;^Bay → ^代表否定，這個例子找不是大寫B、小寫a、小寫y的其他字&lt;/li&gt;&lt;li&gt;a.e →  .代表除了「\n」以外任何單一字元，類似DOS的?，此例找a開頭e結尾的三字字串&lt;/li&gt;&lt;li&gt;\d → 代表任何十進位數，與前述[0-9]類似，故上述手機號碼搜尋範例也可以寫成\d{4}-\d{3}-\d{3}&lt;/li&gt;&lt;li&gt;\D → 代表任何十進位數以外的字元及空格，與[^0-9]類似&lt;/li&gt;&lt;li&gt;\w → 代表任何英數字元，與前述[A-z0-9]類似&lt;/li&gt;&lt;li&gt;\W → 代表任何非英數字元，比如說空格、符號、標點&lt;/li&gt;&lt;li&gt;\s → 代表空格字元&lt;/li&gt;&lt;li&gt;\S → 代表非空格字元&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div dir=&quot;ltr&quot;&gt;&lt;div&gt;&lt;b&gt;除了上述範圍範例，數量類別還有&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;* → 找符合條件零次或多次&lt;/li&gt;&lt;li&gt;+ → 找符合條件一次或多次&lt;/li&gt;&lt;li&gt;? → 找符合條件零次或一次&lt;/li&gt;&lt;li&gt;*? → 找符合條件零次以上，但越少次越好&lt;/li&gt;&lt;li&gt;+?* → 找符合條件一次或多次，但越少次越好&lt;/li&gt;&lt;li&gt;?? → 找符合條件零次或一次，但越少次越好&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;組合使用範例&lt;/b&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;\s* → 找出空格，不限數量&lt;/li&gt;&lt;li&gt;a.*c → &amp;quot;abcbc&amp;quot; 中的 &amp;quot;abcbc&amp;quot;&lt;/li&gt;&lt;li&gt;a.*?c → &amp;quot;abcbc&amp;quot; 中的 &amp;quot;abc&amp;quot;&lt;/li&gt;&lt;li&gt;be+ → &amp;quot;been&amp;quot; 中的 &amp;quot;bee&amp;quot;、&amp;quot;bent&amp;quot; 中的 &amp;quot;be&amp;quot;&lt;/li&gt;&lt;li&gt;be+? → &amp;quot;been&amp;quot; 中的 &amp;quot;be&amp;quot;、&amp;quot;bent&amp;quot; 中的 &amp;quot;be&amp;quot;&lt;/li&gt;&lt;li&gt;[0-9-[2468]]+ → 比對 0 到 9 中不包括 2、4、6 和 8 的任何出現一次或多次的字元。 換句話說，就是比對出現一次或多次的零或奇數&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;詳細用法還有很多，我去&lt;a href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/regular-expression-language-quick-reference&quot;&gt;微軟的網站&lt;/a&gt;搬來了簡介參考如下：&lt;/div&gt;&lt;div&gt;&lt;div class=&quot;gmail-content&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(255,255,255);font-family:&amp;quot;Segoe UI&amp;quot;,&amp;quot;Segoe UI Variable Text&amp;quot;,-apple-system,BlinkMacSystemFont,&amp;quot;Helvetica Neue&amp;quot;,Helvetica,Arial,sans-serif;font-size:16px;background-color:rgb(31,31,31)&quot;&gt;&lt;h1 id=&quot;gmail-regular-expression-language---quick-reference&quot; style=&quot;box-sizing:inherit;outline-color:inherit;padding:0px;word-break:break-word;line-height:1.3&quot;&gt;規則運算式語言 - 快速參考&lt;/h1&gt;&lt;/div&gt;&lt;div id=&quot;gmail-article-metadata&quot; class=&quot;gmail-page-metadata-container gmail-display-flex gmail-gap-xxs gmail-justify-content-space-between gmail-align-items-center gmail-flex-wrap-wrap&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(255,255,255);font-family:&amp;quot;Segoe UI&amp;quot;,&amp;quot;Segoe UI Variable Text&amp;quot;,-apple-system,BlinkMacSystemFont,&amp;quot;Helvetica Neue&amp;quot;,Helvetica,Arial,sans-serif;font-size:16px;background-color:rgb(31,31,31);display:flex&quot;&gt;&lt;/div&gt;&lt;div class=&quot;gmail-content&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(255,255,255);font-family:&amp;quot;Segoe UI&amp;quot;,&amp;quot;Segoe UI Variable Text&amp;quot;,-apple-system,BlinkMacSystemFont,&amp;quot;Helvetica Neue&amp;quot;,Helvetica,Arial,sans-serif;font-size:16px;background-color:rgb(31,31,31)&quot;&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px&quot;&gt;規則運算式是規則運算式引擎嘗試在輸入文字中比對的模式。 模式是由一個或多個字元常值、運算子或建構所組成。 如需簡介，請參閱 &lt;a href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/regular-expressions&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;.NET 規則運算式&lt;/a&gt;。&lt;/p&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px&quot;&gt;此快速參考中的每一節都列出您可以用於定義規則運算式的特定某類字元、運算子和建構。&lt;/p&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px&quot;&gt;我們也以兩種格式提供這項資訊，您可以下載並列印以方便參考：&lt;/p&gt;&lt;ul style=&quot;box-sizing:inherit;outline-color:inherit;margin:16px 0px 16px 38px;padding:0px;list-style:none&quot;&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:outside&quot;&gt;&lt;a href=&quot;https://download.microsoft.com/download/D/2/4/D240EBF6-A9BA-4E4F-A63F-AEB6DA0B921C/Regular%20expressions%20quick%20reference.docx&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;以 Word (.docx) 格式下載&lt;/a&gt;&lt;/li&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:outside&quot;&gt;&lt;a href=&quot;https://download.microsoft.com/download/D/2/4/D240EBF6-A9BA-4E4F-A63F-AEB6DA0B921C/Regular%20expressions%20quick%20reference.pdf&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;以 PDF (.pdf) 格式下載&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=&quot;gmail-heading-wrapper&quot; style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;a class=&quot;gmail-anchor-link gmail-docon gmail-docon-link&quot; href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/regular-expression-language-quick-reference#character-escapes&quot; aria-label=&quot;區段標題：逸出字元&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px;font-family:docons;font-size:1rem;speak:none;font-variant-numeric:normal;font-variant-east-asian:normal;font-variant-alternates:normal;text-align:center;direction:ltr;line-height:16px;display:inline-block;width:1px;opacity:0;border:0px;height:1px;padding:0px;overflow:hidden&quot;&gt;&lt;/a&gt;&lt;h2 id=&quot;gmail-character-escapes&quot; class=&quot;gmail-heading-anchor&quot; style=&quot;box-sizing:inherit;outline-color:inherit;margin:32px 0px 12px;padding:0px;line-height:1.3&quot;&gt;逸出字元&lt;/h2&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px&quot;&gt;正則表達式中的反斜杠字元 （\） 表示其後面的字元是特殊字元（如下表所示），或應該以字面方式解譯。 如需詳細資訊，請參閱&lt;a href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/character-escapes-in-regular-expressions&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;逸出字元&lt;/a&gt;。&lt;/p&gt;&lt;div class=&quot;gmail-buttons gmail-buttons-right gmail-margin-bottom-none gmail-margin-top-sm&quot; style=&quot;box-sizing:inherit;outline-color:inherit;display:flex&quot;&gt;&lt;button class=&quot;gmail-button gmail-button-clear gmail-button-sm gmail-display-flex gmail-gap-xxs&quot; style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;font-family:inherit;font-size:0.875rem;line-height:1.5;overflow:visible;min-height:2.25em;vertical-align:top;border-width:1px;border-style:solid;border-color:rgba(0,0,0,0);border-radius:0.25rem;font-weight:600;display:flex&quot;&gt;&lt;span class=&quot;gmail-icon&quot; aria-hidden=&quot;true&quot; style=&quot;box-sizing:inherit;outline-color:inherit;display:inline-flex;width:1em;height:1em;font-size:0.875em&quot;&gt;&lt;/span&gt;&lt;span style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;/span&gt;&lt;/button&gt;&lt;/div&gt;&lt;div class=&quot;gmail-inner-focus&quot; style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;table aria-label=&quot;逸出字元&quot; class=&quot;gmail-table gmail-table-sm gmail-margin-top-none&quot; style=&quot;box-sizing:inherit;outline-color:inherit;border-collapse:collapse;border-spacing:0px;table-layout:auto;width:852px;font-size:0.875rem;margin-top:1rem;border-color:rgb(80,80,80);border-style:solid;border-width:1px&quot;&gt;&lt;thead style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;逸出的字元&lt;/th&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;描述&lt;/th&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;模式&lt;/th&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;比對&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\a&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;比對警示字元 \u0007。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\a&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;Error!&amp;quot; + &amp;#39;\u0007&amp;#39;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;\u0007&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\b&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;在字元類別中，比對退格鍵 \u0008。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;[\b]{3,}&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;\b\b\b\b&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;\b\b\b\b&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\t&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;比對定位點 \u0009。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;(\w+)\t&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;item1\titem2\t&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;item1\t&amp;quot;&lt;/code&gt;、&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;item2\t&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\r&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;比對歸位字元 \u000D (&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\r&lt;/code&gt; 不等於新行字元 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\n&lt;/code&gt;。)&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\r\n(\w+)&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;\r\nThese are\ntwo lines.&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;\r\nThese&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\v&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;比對垂直定位點 \u000B。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;[\v]{2,}&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;\v\v\v&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;\v\v\v&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\f&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;比對換頁字元 \u000C。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;[\f]{2,}&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;\f\f\f&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;\f\f\f&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\n&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;比對新行字元 \u000A。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\r\n(\w+)&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;\r\nThese are\ntwo lines.&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;\r\nThese&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\e&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;比對逸出字元 \u001B。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\e&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;\x001B&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;\x001B&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\&lt;/code&gt; &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;nnn&lt;/em&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;使用八進位表示法指定字元 (&lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;nnn&lt;/em&gt; 由兩位數或三位數組成)。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\w\040\w&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;a bc d&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;a b&amp;quot;&lt;/code&gt;、&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;c d&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\x&lt;/code&gt; &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;nn&lt;/em&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;使用十六進位表示指定字元 (&lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;nn&lt;/em&gt; 由剛好兩位數組成)。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\w\x20\w&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;a bc d&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;a b&amp;quot;&lt;/code&gt;、&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;c d&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\c&lt;/code&gt; &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;X&lt;/em&gt;&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\c&lt;/code&gt; &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;x&lt;/em&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;比對 &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;X&lt;/em&gt; 或 &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;x&lt;/em&gt;所指定的 ASCII 控制字元，其中 &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;X&lt;/em&gt; 或 &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;x&lt;/em&gt; 是控制字元的字母。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\cC&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;\x0003&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;\x0003&amp;quot;&lt;/code&gt; (Ctrl-C)&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\u&lt;/code&gt; &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;nnnn&lt;/em&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;使用十六進位表示比對 Unicode 字元 (剛好四位數，如 &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;nnnn&lt;/em&gt;所表示)。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\w\u0020\w&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;a bc d&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;a b&amp;quot;&lt;/code&gt;、&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;c d&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;當後面加上的字元不是這張表和此主題其他表格中指出的逸出字元時，則比對該字元。 例如， &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\*&lt;/code&gt; 與 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\x2A&lt;/code&gt; 相同，而 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\.&lt;/code&gt; 與 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\x2E&lt;/code&gt; 相同。 這可讓規則運算式引擎釐清語言項目 (例如 * 或 ?) 和字元常值 (以 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\*&lt;/code&gt; 或 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\?&lt;/code&gt; 表示)。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\d+[\+-x\*]\d+&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;(2+2) * 3*9&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;2+2&amp;quot;&lt;/code&gt; 和 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;3*9&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;gmail-heading-wrapper&quot; style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;a class=&quot;gmail-anchor-link gmail-docon gmail-docon-link&quot; href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/regular-expression-language-quick-reference#character-classes&quot; aria-label=&quot;區段標題：字元類別&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px;font-family:docons;font-size:1rem;speak:none;font-variant-numeric:normal;font-variant-east-asian:normal;font-variant-alternates:normal;text-align:center;direction:ltr;line-height:16px;display:inline-block;width:1px;opacity:0;border:0px;height:1px;padding:0px;overflow:hidden&quot;&gt;&lt;/a&gt;&lt;h2 id=&quot;gmail-character-classes&quot; class=&quot;gmail-heading-anchor&quot; style=&quot;box-sizing:inherit;outline-color:inherit;margin:32px 0px 12px;padding:0px;line-height:1.3&quot;&gt;字元類別&lt;/h2&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px&quot;&gt;字元類別會比對一組字元中的任何一個字元。 字元類別包含下表列出的語言項目。 如需詳細資訊，請參閱&lt;a href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/character-classes-in-regular-expressions&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;字元類別&lt;/a&gt;。&lt;/p&gt;&lt;div class=&quot;gmail-buttons gmail-buttons-right gmail-margin-bottom-none gmail-margin-top-sm&quot; style=&quot;box-sizing:inherit;outline-color:inherit;display:flex&quot;&gt;&lt;button class=&quot;gmail-button gmail-button-clear gmail-button-sm gmail-display-flex gmail-gap-xxs&quot; style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;font-family:inherit;font-size:0.875rem;line-height:1.5;overflow:visible;min-height:2.25em;vertical-align:top;border-width:1px;border-style:solid;border-color:rgba(0,0,0,0);border-radius:0.25rem;font-weight:600;display:flex&quot;&gt;&lt;span class=&quot;gmail-icon&quot; aria-hidden=&quot;true&quot; style=&quot;box-sizing:inherit;outline-color:inherit;display:inline-flex;width:1em;height:1em;font-size:0.875em&quot;&gt;&lt;/span&gt;&lt;span style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;/span&gt;&lt;/button&gt;&lt;/div&gt;&lt;div class=&quot;gmail-inner-focus&quot; style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;table aria-label=&quot;字元類別&quot; class=&quot;gmail-table gmail-table-sm gmail-margin-top-none&quot; style=&quot;box-sizing:inherit;outline-color:inherit;border-collapse:collapse;border-spacing:0px;table-layout:auto;width:852px;font-size:0.875rem;margin-top:1rem;border-color:rgb(80,80,80);border-style:solid;border-width:1px&quot;&gt;&lt;thead style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;字元類別&lt;/th&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;描述&lt;/th&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;模式&lt;/th&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;比對&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;[&lt;/code&gt;&lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;character_group&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;]&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;比對&lt;a href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/character-classes-in-regular-expressions#positive-character-group--&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;character_group&lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;/em&gt;&lt;/a&gt;&lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;中的任何&lt;/em&gt;單一字元。 根據預設，比對會區分大小寫。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;[ae]&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;gray&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;a&amp;quot;&lt;/code&gt;&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;lane&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;a&amp;quot;&lt;/code&gt;、&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;e&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;[^&lt;/code&gt;&lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;character_group&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;]&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;否定：比對不在 character_group&lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;a href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/character-classes-in-regular-expressions#negative-character-group-&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt; 中的任何&lt;/a&gt;&lt;/em&gt;單一字元。 根據預設，&lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;character_group&lt;/em&gt; 中的字元會區分大小寫。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;[^aei]&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;reign&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;r&amp;quot;&lt;/code&gt;、&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;g&amp;quot;&lt;/code&gt;、&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;n&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;[&lt;/code&gt;&lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;第一&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;-&lt;/code&gt;&lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;最後&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;]&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;字元範圍：比對範圍&lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;中第一&lt;/em&gt;個到&lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;最後&lt;a href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/character-classes-in-regular-expressions#positive-character-group--&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;&lt;/a&gt;&lt;/em&gt;&lt;a href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/character-classes-in-regular-expressions#positive-character-group--&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;一個字元的任何&lt;/a&gt;單一字元。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;[A-Z]&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;AB123&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;A&amp;quot;&lt;/code&gt;、&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;B&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;.&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;通配符：比對 以外的&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\n&lt;/code&gt;&lt;a href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/character-classes-in-regular-expressions#any-character-&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;任何&lt;/a&gt;單一字元。&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;若要比對常值句號字元 （. 或 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\u002E&lt;/code&gt;），您必須在它前面加上逸出字元 （&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\.&lt;/code&gt;）。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;a.e&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;nave&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;ave&amp;quot;&lt;/code&gt;&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;water&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;ate&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\p{&lt;/code&gt;&lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;名字&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;}&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;a href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/character-classes-in-regular-expressions#unicode-category-or-unicode-block-p&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;比對 Unicode 一般類別或名稱&lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;/em&gt;&lt;/a&gt;&lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;所&lt;/em&gt;指定之具名區塊中的任何單一字元。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\p{Lu}&lt;/code&gt;&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\p{IsCyrillic}&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;City Lights&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;C&amp;quot;&lt;/code&gt;、&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;L&amp;quot;&lt;/code&gt;&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;ДЖem&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;Д&amp;quot;&lt;/code&gt;、&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;Ж&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\P{&lt;/code&gt;&lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;名字&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;}&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;a href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/character-classes-in-regular-expressions#negative-unicode-category-or-unicode-block-p&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;比對不在 Unicode 一般類別或名稱&lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;/em&gt;&lt;/a&gt;&lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;所&lt;/em&gt;指定之具名區塊中的任何單一字元。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\P{Lu}&lt;/code&gt;&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\P{IsCyrillic}&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;City&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;i&amp;quot;&lt;/code&gt;、&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;t&amp;quot;&lt;/code&gt;、&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;y&amp;quot;&lt;/code&gt;&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;ДЖem&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;e&amp;quot;&lt;/code&gt;、&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;m&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\w&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;比對任何 &lt;a href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/character-classes-in-regular-expressions#word-character-w&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;單字字元&lt;/a&gt;。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\w&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;ID A1.3&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;I&amp;quot;&lt;/code&gt;、&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;D&amp;quot;&lt;/code&gt;、&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;A&amp;quot;&lt;/code&gt;、&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;1&amp;quot;&lt;/code&gt;、&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;3&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\W&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;比對任何 &lt;a href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/character-classes-in-regular-expressions#non-word-character-w&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;非單字字元&lt;/a&gt;。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\W&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;ID A1.3&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot; &amp;quot;&lt;/code&gt;、&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;.&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\s&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;比對任何 &lt;a href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/character-classes-in-regular-expressions#whitespace-character-s&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;空格符&lt;/a&gt;。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\w\s&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;ID A1.3&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;D &amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\S&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;比對任何 &lt;a href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/character-classes-in-regular-expressions#non-whitespace-character-s&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;非空格符&lt;/a&gt;。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\s\S&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;int __ctr&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot; _&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\d&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;符合任何 &lt;a href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/character-classes-in-regular-expressions#decimal-digit-character-d&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;十進位數&lt;/a&gt;。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\d&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;4 = IV&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;4&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\D&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;比對十進位數&lt;a href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/character-classes-in-regular-expressions#non-digit-character-d&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;以外的任何&lt;/a&gt;字元。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\D&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;4 = IV&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot; &amp;quot;&lt;/code&gt;、&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;=&amp;quot;&lt;/code&gt;、&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot; &amp;quot;&lt;/code&gt;、&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;I&amp;quot;&lt;/code&gt;、&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;V&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;gmail-heading-wrapper&quot; style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;a class=&quot;gmail-anchor-link gmail-docon gmail-docon-link&quot; href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/regular-expression-language-quick-reference#anchors&quot; aria-label=&quot;區段標題：錨點&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px;font-family:docons;font-size:1rem;speak:none;font-variant-numeric:normal;font-variant-east-asian:normal;font-variant-alternates:normal;text-align:center;direction:ltr;line-height:16px;display:inline-block;width:1px;opacity:0;border:0px;height:1px;padding:0px;overflow:hidden&quot;&gt;&lt;/a&gt;&lt;h2 id=&quot;gmail-anchors&quot; class=&quot;gmail-heading-anchor&quot; style=&quot;box-sizing:inherit;outline-color:inherit;margin:32px 0px 12px;padding:0px;line-height:1.3&quot;&gt;錨點&lt;/h2&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px&quot;&gt;錨點 (即原子零寬度判斷提示) 會造成根據字串中的目前位置來決定比對成功或失敗，但不會造成引擎在字串中前進或是取用字元。 下表列出的 metacharacter 是錨點。 如需詳細資訊，請參閱&lt;a href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/anchors-in-regular-expressions&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;錨點&lt;/a&gt;。&lt;/p&gt;&lt;div class=&quot;gmail-buttons gmail-buttons-right gmail-margin-bottom-none gmail-margin-top-sm&quot; style=&quot;box-sizing:inherit;outline-color:inherit;display:flex&quot;&gt;&lt;button class=&quot;gmail-button gmail-button-clear gmail-button-sm gmail-display-flex gmail-gap-xxs&quot; style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;font-family:inherit;font-size:0.875rem;line-height:1.5;overflow:visible;min-height:2.25em;vertical-align:top;border-width:1px;border-style:solid;border-color:rgba(0,0,0,0);border-radius:0.25rem;font-weight:600;display:flex&quot;&gt;&lt;span class=&quot;gmail-icon&quot; aria-hidden=&quot;true&quot; style=&quot;box-sizing:inherit;outline-color:inherit;display:inline-flex;width:1em;height:1em;font-size:0.875em&quot;&gt;&lt;/span&gt;&lt;span style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;/span&gt;&lt;/button&gt;&lt;/div&gt;&lt;div class=&quot;gmail-inner-focus&quot; style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;table aria-label=&quot;錨點&quot; class=&quot;gmail-table gmail-table-sm gmail-margin-top-none&quot; style=&quot;box-sizing:inherit;outline-color:inherit;border-collapse:collapse;border-spacing:0px;table-layout:auto;width:852px;font-size:0.875rem;margin-top:1rem;border-color:rgb(80,80,80);border-style:solid;border-width:1px&quot;&gt;&lt;thead style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;Assertion&lt;/th&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;描述&lt;/th&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;模式&lt;/th&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;比對&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;^&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;根據預設，比對必須在字串的開頭開始；在多行模式中，它必須在一行的開頭開始。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;^\d{3}&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;901-333-&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;901&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;$&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;根據預設，比對必須發生在字串的結尾或字串結尾的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\n&lt;/code&gt; 之前；在多行模式中，它必須發生在一行的結尾之前，或一行結尾的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\n&lt;/code&gt; 之前。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;-\d{3}$&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;-901-333&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;-333&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\A&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;比對必須發生在字串開頭。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\A\d{3}&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;901-333-&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;901&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\Z&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;比對必須發生在字串結尾，或發生在字串結尾的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\n&lt;/code&gt; 之前。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;-\d{3}\Z&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;-901-333&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;-333&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\z&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;比對必須發生在字串結尾。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;-\d{3}\z&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;-901-333&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;-333&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\G&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;比對必須發生在上一個比對結束的點，或者如果先前沒有相符專案，則發生在相符開始的字串中的位置。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\G\(\d\)&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;(1)(3)(5)[7](9)&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;(1)&amp;quot;&lt;/code&gt;、&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;(3)&amp;quot;&lt;/code&gt;、&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;(5)&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\b&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;比對必須發生在 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\w&lt;/code&gt; (英數) 和 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\W&lt;/code&gt; (非英數) 字元之間的界限上。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\b\w+\s\w+\b&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;them theme them them&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;them theme&amp;quot;&lt;/code&gt;、&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;them them&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\B&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;比對不可以發生在 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\b&lt;/code&gt; 界限上。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\Bend\w*\b&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;end sends endure lender&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;ends&amp;quot;&lt;/code&gt;、&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;ender&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;gmail-heading-wrapper&quot; style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;a class=&quot;gmail-anchor-link gmail-docon gmail-docon-link&quot; href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/regular-expression-language-quick-reference#grouping-constructs&quot; aria-label=&quot;區段標題：群組建構&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px;font-family:docons;font-size:1rem;speak:none;font-variant-numeric:normal;font-variant-east-asian:normal;font-variant-alternates:normal;text-align:center;direction:ltr;line-height:16px;display:inline-block;width:1px;opacity:0;border:0px;height:1px;padding:0px;overflow:hidden&quot;&gt;&lt;/a&gt;&lt;h2 id=&quot;gmail-grouping-constructs&quot; class=&quot;gmail-heading-anchor&quot; style=&quot;box-sizing:inherit;outline-color:inherit;margin:32px 0px 12px;padding:0px;line-height:1.3&quot;&gt;群組建構&lt;/h2&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px&quot;&gt;分組建構會描寫規則運算式的子運算式，而且通常會擷取輸入字串的子字串。 分組建構包含下表列出的語言元素。 如需詳細資訊，請參閱&lt;a href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/grouping-constructs-in-regular-expressions&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;群組建構&lt;/a&gt;。&lt;/p&gt;&lt;div class=&quot;gmail-buttons gmail-buttons-right gmail-margin-bottom-none gmail-margin-top-sm&quot; style=&quot;box-sizing:inherit;outline-color:inherit;display:flex&quot;&gt;&lt;button class=&quot;gmail-button gmail-button-clear gmail-button-sm gmail-display-flex gmail-gap-xxs&quot; style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;font-family:inherit;font-size:0.875rem;line-height:1.5;overflow:visible;min-height:2.25em;vertical-align:top;border-width:1px;border-style:solid;border-color:rgba(0,0,0,0);border-radius:0.25rem;font-weight:600;display:flex&quot;&gt;&lt;span class=&quot;gmail-icon&quot; aria-hidden=&quot;true&quot; style=&quot;box-sizing:inherit;outline-color:inherit;display:inline-flex;width:1em;height:1em;font-size:0.875em&quot;&gt;&lt;/span&gt;&lt;span style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;/span&gt;&lt;/button&gt;&lt;/div&gt;&lt;div class=&quot;gmail-inner-focus&quot; style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;table aria-label=&quot;群組建構&quot; class=&quot;gmail-table gmail-table-sm gmail-margin-top-none&quot; style=&quot;box-sizing:inherit;outline-color:inherit;border-collapse:collapse;border-spacing:0px;table-layout:auto;width:852px;font-size:0.875rem;margin-top:1rem;border-color:rgb(80,80,80);border-style:solid;border-width:1px&quot;&gt;&lt;thead style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;分組建構&lt;/th&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;描述&lt;/th&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;模式&lt;/th&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;比對&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;(&lt;/code&gt; &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;subexpression&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;)&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;擷取符合的子運算式，並指派以一為起始的序號給它。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;(\w)\1&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;deep&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;ee&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;(?&amp;lt;&lt;/code&gt;&lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;名稱&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;gt;&lt;/code&gt;&lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;subexpression&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;)&lt;/code&gt;&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;或&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;(?&amp;#39;&lt;/code&gt;&lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;名稱&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;#39;&lt;/code&gt;&lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;subexpression&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;)&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;將符合的子運算式擷取到具名群組中。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;(?&amp;lt;double&amp;gt;\w)\k&amp;lt;double&amp;gt;&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;deep&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;ee&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;(?&amp;lt;&lt;/code&gt;&lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;name1&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;-&lt;/code&gt;&lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;name2&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;gt;&lt;/code&gt;&lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;subexpression&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;)&lt;/code&gt;&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;或&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;(?&amp;#39;&lt;/code&gt;&lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;name1&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;-&lt;/code&gt;&lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;name2&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;#39;&lt;/code&gt;&lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;subexpression&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;)&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;定義對稱群組定義。 如需詳細資訊，請參閱 &lt;a href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/grouping-constructs-in-regular-expressions&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;Grouping Constructs&lt;/a&gt;中的＜對稱群組定義＞一節。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;(((?&amp;#39;Open&amp;#39;\()[^\(\)]*)+((?&amp;#39;Close-Open&amp;#39;\))[^\(\)]*)+)*(?(Open)(?!))$&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;3+2^((1-3)*(3-1))&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;((1-3)*(3-1))&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;(?:&lt;/code&gt; &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;subexpression&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;)&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;定義非擷取型群組。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;Write(?:Line)?&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;Console.WriteLine()&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;WriteLine&amp;quot;&lt;/code&gt;&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;Console.Write(value)&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;Write&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;(?imnsx-imnsx:&lt;/code&gt; &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;subexpression&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;)&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;套用或停用 &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;子運算式&lt;/em&gt;內指定的選項。 如需詳細資訊，請參閱 &lt;a href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/regular-expression-options&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;Regular Expression Options&lt;/a&gt;。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;A\d{2}(?i:\w+)\b&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;A12xl A12XL a12xl&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;A12xl&amp;quot;&lt;/code&gt;、&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;A12XL&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;(?=&lt;/code&gt; &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;subexpression&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;)&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;零寬度右合樣 (Positive Lookahead) 判斷提示。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\b\w+\b(?=.+and.+)&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;cats&amp;quot;&lt;/code&gt;, &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;dogs&amp;quot;&lt;/code&gt;&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;in&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;cats, dogs and some mice.&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;(?!&lt;/code&gt; &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;subexpression&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;)&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;零寬度右不合樣 (Negative Lookahead) 判斷提示。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\b\w+\b(?!.+and.+)&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;and&amp;quot;&lt;/code&gt;、 、 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;some&amp;quot;&lt;/code&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;mice&amp;quot;&lt;/code&gt;&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;in&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;cats, dogs and some mice.&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;(?&amp;lt;=&lt;/code&gt; &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;subexpression&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;)&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;零寬度左合樣 (Positive Lookbehind) 判斷提示。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\b\w+\b(?&amp;lt;=.+and.+)&lt;/code&gt;&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;———————————&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\b\w+\b(?&amp;lt;=.+and.*)&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;some&amp;quot;&lt;/code&gt;, &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;mice&amp;quot;&lt;/code&gt;&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;in&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;cats, dogs and some mice.&amp;quot;&lt;/code&gt;&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;————————————&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;and&amp;quot;&lt;/code&gt;、 、 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;some&amp;quot;&lt;/code&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;mice&amp;quot;&lt;/code&gt;&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;in&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;cats, dogs and some mice.&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;(?&amp;lt;!&lt;/code&gt; &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;subexpression&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;)&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;零寬度左不合樣 (Negative Lookbehind) 判斷提示。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\b\w+\b(?&amp;lt;!.+and.+)&lt;/code&gt;&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;———————————&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\b\w+\b(?&amp;lt;!.+and.*)&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;cats&amp;quot;&lt;/code&gt;、 、 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;dogs&amp;quot;&lt;/code&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;and&amp;quot;&lt;/code&gt;&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;in&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;cats, dogs and some mice.&amp;quot;&lt;/code&gt;&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;————————————&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;cats&amp;quot;&lt;/code&gt;, &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;dogs&amp;quot;&lt;/code&gt;&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;in&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;cats, dogs and some mice.&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;(?&amp;gt;&lt;/code&gt; &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;subexpression&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;)&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;不可部分完成的群組。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&amp;#39;（？&amp;gt;a|ab）c&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;ac&amp;quot;&lt;/code&gt; 在&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;ac&amp;quot;&lt;/code&gt;&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;中沒有任何專案&lt;/em&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;abc&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;gmail-heading-wrapper&quot; style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;a class=&quot;gmail-anchor-link gmail-docon gmail-docon-link&quot; href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/regular-expression-language-quick-reference#lookarounds-at-a-glance&quot; aria-label=&quot;區段標題：一目了然&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px;font-family:docons;font-size:1rem;speak:none;font-variant-numeric:normal;font-variant-east-asian:normal;font-variant-alternates:normal;text-align:center;direction:ltr;line-height:16px;display:inline-block;width:1px;opacity:0;border:0px;height:1px;padding:0px;overflow:hidden&quot;&gt;&lt;/a&gt;&lt;h3 id=&quot;gmail-lookarounds-at-a-glance&quot; class=&quot;gmail-heading-anchor&quot; style=&quot;box-sizing:inherit;outline-color:inherit;margin:30px 0px 18px;padding:0px;line-height:1.3&quot;&gt;一目了然&lt;/h3&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px&quot;&gt;當正則表達式引擎叫用 &lt;span style=&quot;box-sizing:inherit;outline-color:inherit;font-weight:600&quot;&gt;查詢表達式&lt;/span&gt;時，它會採用從目前位置到達原始字串的開頭（lookbehind）或 end （lookahead） 的子字元串，然後使用查詢模式在該子字元串上執行 &lt;a href=&quot;https://learn.microsoft.com/zh-tw/dotnet/api/system.text.regularexpressions.regex.ismatch&quot; class=&quot;gmail-no-loc&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;Regex.IsMatch&lt;/a&gt; 。 然後，這個子表達式的結果成功取決於它是正判斷提示還是負面判斷提示。&lt;/p&gt;&lt;div class=&quot;gmail-buttons gmail-buttons-right gmail-margin-bottom-none gmail-margin-top-sm&quot; style=&quot;box-sizing:inherit;outline-color:inherit;display:flex&quot;&gt;&lt;button class=&quot;gmail-button gmail-button-clear gmail-button-sm gmail-display-flex gmail-gap-xxs&quot; style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;font-family:inherit;font-size:0.875rem;line-height:1.5;overflow:visible;min-height:2.25em;vertical-align:top;border-width:1px;border-style:solid;border-color:rgba(0,0,0,0);border-radius:0.25rem;font-weight:600;display:flex&quot;&gt;&lt;span class=&quot;gmail-icon&quot; aria-hidden=&quot;true&quot; style=&quot;box-sizing:inherit;outline-color:inherit;display:inline-flex;width:1em;height:1em;font-size:0.875em&quot;&gt;&lt;/span&gt;&lt;span style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;/span&gt;&lt;/button&gt;&lt;/div&gt;&lt;div class=&quot;gmail-inner-focus&quot; style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;table aria-label=&quot;一目了然&quot; class=&quot;gmail-table gmail-table-sm gmail-margin-top-none&quot; style=&quot;box-sizing:inherit;outline-color:inherit;border-collapse:collapse;border-spacing:0px;table-layout:auto;width:852px;font-size:0.875rem;margin-top:1rem;border-color:rgb(80,80,80);border-style:solid;border-width:1px&quot;&gt;&lt;thead style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;Lookaround&lt;/th&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;名稱&lt;/th&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;函式&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;(?=check)&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;正面外觀&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;判斷提示字串中目前位置緊隨其後的是 「檢查」&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;(?&amp;lt;=check)&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;正面Lookbehind&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;判斷提示字串中目前位置前面緊接的專案為 &quot;check&quot;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;(?!check)&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;負面 Lookahead&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;判斷提示字串中目前位置緊隨其後的不是 「檢查」&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;(?&amp;lt;!check)&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;負面Lookbehind&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;判斷提示字串中目前位置前面緊接的專案不是 「檢查」&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px&quot;&gt;比對之後， &lt;span style=&quot;box-sizing:inherit;outline-color:inherit;font-weight:600&quot;&gt;即使模式的其餘部分因為相符而失敗，也不會重新評估不可部分完成的群組&lt;/span&gt; 。 當數量值發生在不可部分完成的群組或模式的其餘部分時，這可能會大幅改善效能。&lt;/p&gt;&lt;div class=&quot;gmail-heading-wrapper&quot; style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;a class=&quot;gmail-anchor-link gmail-docon gmail-docon-link&quot; href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/regular-expression-language-quick-reference#quantifiers&quot; aria-label=&quot;區段標題：Quantifiers&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px;font-family:docons;font-size:1rem;speak:none;font-variant-numeric:normal;font-variant-east-asian:normal;font-variant-alternates:normal;text-align:center;direction:ltr;line-height:16px;display:inline-block;width:1px;opacity:0;border:0px;height:1px;padding:0px;overflow:hidden&quot;&gt;&lt;/a&gt;&lt;h2 id=&quot;gmail-quantifiers&quot; class=&quot;gmail-heading-anchor&quot; style=&quot;box-sizing:inherit;outline-color:inherit;margin:32px 0px 12px;padding:0px;line-height:1.3&quot;&gt;Quantifiers&lt;/h2&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px&quot;&gt;數量詞指定上一個項目 (可能是字元、群組或字元類別) 必須在輸入字串中出現多少次，才算符合。 數量詞包含下表列出的語言項目。 如需詳細資訊，請參閱&lt;a href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/quantifiers-in-regular-expressions&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;數量詞&lt;/a&gt;。&lt;/p&gt;&lt;div class=&quot;gmail-buttons gmail-buttons-right gmail-margin-bottom-none gmail-margin-top-sm&quot; style=&quot;box-sizing:inherit;outline-color:inherit;display:flex&quot;&gt;&lt;button class=&quot;gmail-button gmail-button-clear gmail-button-sm gmail-display-flex gmail-gap-xxs&quot; style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;font-family:inherit;font-size:0.875rem;line-height:1.5;overflow:visible;min-height:2.25em;vertical-align:top;border-width:1px;border-style:solid;border-color:rgba(0,0,0,0);border-radius:0.25rem;font-weight:600;display:flex&quot;&gt;&lt;span class=&quot;gmail-icon&quot; aria-hidden=&quot;true&quot; style=&quot;box-sizing:inherit;outline-color:inherit;display:inline-flex;width:1em;height:1em;font-size:0.875em&quot;&gt;&lt;/span&gt;&lt;span style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;/span&gt;&lt;/button&gt;&lt;/div&gt;&lt;div class=&quot;gmail-inner-focus&quot; style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;table aria-label=&quot;Quantifiers&quot; class=&quot;gmail-table gmail-table-sm gmail-margin-top-none&quot; style=&quot;box-sizing:inherit;outline-color:inherit;border-collapse:collapse;border-spacing:0px;table-layout:auto;width:852px;font-size:0.875rem;margin-top:1rem;border-color:rgb(80,80,80);border-style:solid;border-width:1px&quot;&gt;&lt;thead style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;數量詞&lt;/th&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;描述&lt;/th&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;模式&lt;/th&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;比對&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;*&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;比對上一個項目零次或多次。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;a.*c&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;abcbc&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;abcbc&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;+&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;比對上一個項目一次或多次。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;be+&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;been&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;bee&amp;quot;&lt;/code&gt;、&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;bent&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;be&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;?&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;比對上一個項目零次或一次。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;rai?&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;rain&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;rai&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;{&lt;/code&gt; &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;n&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;}&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;比對上一個項目剛好 &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;n&lt;/em&gt; 次。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;,\d{3}&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;1,043.6&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;,043&amp;quot;&lt;/code&gt;、&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;9,876,543,210&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;,876&amp;quot;&lt;/code&gt;、&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;,543&amp;quot;&lt;/code&gt; 和 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;,210&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;{&lt;/code&gt; &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;n&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;,}&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;比對上一個項目至少 &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;n&lt;/em&gt; 次。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;\d{2,}&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;166&amp;quot;&lt;/code&gt;、 、 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;29&amp;quot;&lt;/code&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;1930&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;{&lt;/code&gt; &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;n&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;,&lt;/code&gt; &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;m&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;}&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;比對上一個項目至少 &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;n&lt;/em&gt; 次，但不超過 &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;m&lt;/em&gt; 次。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;\d{3,5}&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;166&amp;quot;&lt;/code&gt;, &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;17668&amp;quot;&lt;/code&gt;&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;193024&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;19302&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;*?&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;比對上一個項目零次以上，但越少次越好。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;a.*?c&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;abcbc&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;abc&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;+?&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;比對上一個項目一次或多次，但越少次越好。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;be+?&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;been&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;be&amp;quot;&lt;/code&gt;、&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;bent&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;be&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;??&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;比對上一個項目零次或一次，但越少次越好。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;rai??&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;rain&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;ra&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;{&lt;/code&gt; &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;n&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;}?&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;比對前一個項目剛好 &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;n&lt;/em&gt; 次。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;,\d{3}?&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;1,043.6&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;,043&amp;quot;&lt;/code&gt;、&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;9,876,543,210&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;,876&amp;quot;&lt;/code&gt;、&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;,543&amp;quot;&lt;/code&gt; 和 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;,210&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;{&lt;/code&gt; &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;n&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;,}?&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;比對前一個項目至少 &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;n&lt;/em&gt; 次，但次數愈少愈好。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;\d{2,}?&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;166&amp;quot;&lt;/code&gt;、 、 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;29&amp;quot;&lt;/code&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;1930&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;{&lt;/code&gt; &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;n&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;,&lt;/code&gt; &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;m&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;}?&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;比對前一個項目 &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;n&lt;/em&gt; 次到 &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;m&lt;/em&gt; 次，但越少次越好。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;\d{3,5}?&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;166&amp;quot;&lt;/code&gt;, &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;17668&amp;quot;&lt;/code&gt;&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;193024&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;193&amp;quot;&lt;/code&gt;、&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;024&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;gmail-heading-wrapper&quot; style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;a class=&quot;gmail-anchor-link gmail-docon gmail-docon-link&quot; href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/regular-expression-language-quick-reference#backreference-constructs&quot; aria-label=&quot;區段標題：反向參考建構&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px;font-family:docons;font-size:1rem;speak:none;font-variant-numeric:normal;font-variant-east-asian:normal;font-variant-alternates:normal;text-align:center;direction:ltr;line-height:16px;display:inline-block;width:1px;opacity:0;border:0px;height:1px;padding:0px;overflow:hidden&quot;&gt;&lt;/a&gt;&lt;h2 id=&quot;gmail-backreference-constructs&quot; class=&quot;gmail-heading-anchor&quot; style=&quot;box-sizing:inherit;outline-color:inherit;margin:32px 0px 12px;padding:0px;line-height:1.3&quot;&gt;反向參考建構&lt;/h2&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px&quot;&gt;反向參考可於後來在相同規則運算式中再識別先前符合的子運算式。 下表列出 .NET 中規則運算式所支援的反向參考建構。 如需詳細資訊，請參閱 &lt;a href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/backreference-constructs-in-regular-expressions&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;Backreference Constructs&lt;/a&gt;。&lt;/p&gt;&lt;div class=&quot;gmail-buttons gmail-buttons-right gmail-margin-bottom-none gmail-margin-top-sm&quot; style=&quot;box-sizing:inherit;outline-color:inherit;display:flex&quot;&gt;&lt;button class=&quot;gmail-button gmail-button-clear gmail-button-sm gmail-display-flex gmail-gap-xxs&quot; style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;font-family:inherit;font-size:0.875rem;line-height:1.5;overflow:visible;min-height:2.25em;vertical-align:top;border-width:1px;border-style:solid;border-color:rgba(0,0,0,0);border-radius:0.25rem;font-weight:600;display:flex&quot;&gt;&lt;span class=&quot;gmail-icon&quot; aria-hidden=&quot;true&quot; style=&quot;box-sizing:inherit;outline-color:inherit;display:inline-flex;width:1em;height:1em;font-size:0.875em&quot;&gt;&lt;/span&gt;&lt;span style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;/span&gt;&lt;/button&gt;&lt;/div&gt;&lt;div class=&quot;gmail-inner-focus&quot; style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;table aria-label=&quot;反向參考建構&quot; class=&quot;gmail-table gmail-table-sm gmail-margin-top-none&quot; style=&quot;box-sizing:inherit;outline-color:inherit;border-collapse:collapse;border-spacing:0px;table-layout:auto;width:852px;font-size:0.875rem;margin-top:1rem;border-color:rgb(80,80,80);border-style:solid;border-width:1px&quot;&gt;&lt;thead style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;反向參考建構&lt;/th&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;描述&lt;/th&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;模式&lt;/th&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;比對&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\&lt;/code&gt; &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;number&lt;/em&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;反向參考。 比對編號子運算式的值。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;(\w)\1&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;seek&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;ee&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\k&amp;lt;&lt;/code&gt;&lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;名字&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;gt;&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;命名的反向參考。 比對具名運算式的值。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;(?&amp;lt;char&amp;gt;\w)\k&amp;lt;char&amp;gt;&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;seek&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;ee&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;gmail-heading-wrapper&quot; style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;a class=&quot;gmail-anchor-link gmail-docon gmail-docon-link&quot; href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/regular-expression-language-quick-reference#alternation-constructs&quot; aria-label=&quot;區段標題：Alternation Constructs&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px;font-family:docons;font-size:1rem;speak:none;font-variant-numeric:normal;font-variant-east-asian:normal;font-variant-alternates:normal;text-align:center;direction:ltr;line-height:16px;display:inline-block;width:1px;opacity:0;border:0px;height:1px;padding:0px;overflow:hidden&quot;&gt;&lt;/a&gt;&lt;h2 id=&quot;gmail-alternation-constructs&quot; class=&quot;gmail-heading-anchor&quot; style=&quot;box-sizing:inherit;outline-color:inherit;margin:32px 0px 12px;padding:0px;line-height:1.3&quot;&gt;Alternation Constructs&lt;/h2&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px&quot;&gt;替代建構會修改規則運算式來啟用二選一比對。 這些建構包含下表列出的語言元素。 如需詳細資訊，請參閱&lt;a href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/alternation-constructs-in-regular-expressions&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;替代建構&lt;/a&gt;。&lt;/p&gt;&lt;div class=&quot;gmail-buttons gmail-buttons-right gmail-margin-bottom-none gmail-margin-top-sm&quot; style=&quot;box-sizing:inherit;outline-color:inherit;display:flex&quot;&gt;&lt;button class=&quot;gmail-button gmail-button-clear gmail-button-sm gmail-display-flex gmail-gap-xxs&quot; style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;font-family:inherit;font-size:0.875rem;line-height:1.5;overflow:visible;min-height:2.25em;vertical-align:top;border-width:1px;border-style:solid;border-color:rgba(0,0,0,0);border-radius:0.25rem;font-weight:600;display:flex&quot;&gt;&lt;span class=&quot;gmail-icon&quot; aria-hidden=&quot;true&quot; style=&quot;box-sizing:inherit;outline-color:inherit;display:inline-flex;width:1em;height:1em;font-size:0.875em&quot;&gt;&lt;/span&gt;&lt;span style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;/span&gt;&lt;/button&gt;&lt;/div&gt;&lt;div class=&quot;gmail-inner-focus&quot; style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;table aria-label=&quot;Alternation Constructs&quot; class=&quot;gmail-table gmail-table-sm gmail-margin-top-none&quot; style=&quot;box-sizing:inherit;outline-color:inherit;border-collapse:collapse;border-spacing:0px;table-layout:auto;width:852px;font-size:0.875rem;margin-top:1rem;border-color:rgb(80,80,80);border-style:solid;border-width:1px&quot;&gt;&lt;thead style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;交替建構&lt;/th&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;描述&lt;/th&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;模式&lt;/th&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;比對&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;|&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;比對由分隔號 (&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;|&lt;/code&gt;) 字元所隔開的任何一個項目。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;th(e|is|at)&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;this is the day.&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;the&amp;quot;&lt;/code&gt;、&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;this&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;(?(&lt;/code&gt; &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;expression&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;)&lt;/code&gt; &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;yes&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;|&lt;/code&gt; &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;no&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;)&lt;/code&gt;&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;或&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;(?(&lt;/code&gt; &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;expression&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;)&lt;/code&gt; &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;yes&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;)&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;如果 &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;expression&lt;/em&gt; 所指定的規則運算式模式相符，則比對 &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;yes&lt;/em&gt; ，否則比對選擇性的 &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;no&lt;/em&gt; 部分。 &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;expression&lt;/em&gt; 會解譯為零寬度判斷提示。&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;若要避免具名或編號擷取群組的模棱兩可，您可以選擇性地使用明確的判斷提示，如下所示：&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;(?( (?=&lt;/code&gt; &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;expression&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;) )&lt;/code&gt; &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;yes&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;|&lt;/code&gt; &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;no&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;)&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;(?(A)A\d{2}\b|\b\d{3}\b)&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;A10 C103 910&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;A10&amp;quot;&lt;/code&gt;、&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;910&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;(?(&lt;/code&gt; &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;name&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;)&lt;/code&gt; &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;yes&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;|&lt;/code&gt; &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;no&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;)&lt;/code&gt;&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;或&lt;br style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;(?(&lt;/code&gt; &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;name&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;)&lt;/code&gt; &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;yes&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;)&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;如果 &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;name&lt;/em&gt; (具名或編號擷取群組) 有相符項目，則比對 &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;yes&lt;/em&gt;，否則比對選擇性的 &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;no&lt;/em&gt;。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;(?&amp;lt;quoted&amp;gt;&amp;quot;)?(?(quoted).+?&amp;quot;|\S+\s)&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;Dogs.jpg \&amp;quot;Yiska playing.jpg\&amp;quot;&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;Dogs.jpg &amp;quot;&lt;/code&gt;、&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;\&amp;quot;Yiska playing.jpg\&amp;quot;&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;gmail-heading-wrapper&quot; style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;a class=&quot;gmail-anchor-link gmail-docon gmail-docon-link&quot; href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/regular-expression-language-quick-reference#substitutions&quot; aria-label=&quot;區段標題：替代&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px;font-family:docons;font-size:1rem;speak:none;font-variant-numeric:normal;font-variant-east-asian:normal;font-variant-alternates:normal;text-align:center;direction:ltr;line-height:16px;display:inline-block;width:1px;opacity:0;border:0px;height:1px;padding:0px;overflow:hidden&quot;&gt;&lt;/a&gt;&lt;h2 id=&quot;gmail-substitutions&quot; class=&quot;gmail-heading-anchor&quot; style=&quot;box-sizing:inherit;outline-color:inherit;margin:32px 0px 12px;padding:0px;line-height:1.3&quot;&gt;替代&lt;/h2&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px&quot;&gt;替代是取代模式中支援的規則運算式語言元素。 如需詳細資訊，請參閱&lt;a href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/substitutions-in-regular-expressions&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;替代&lt;/a&gt;。 下表列出的 metacharacter 是原子零寬度判斷提示。&lt;/p&gt;&lt;div class=&quot;gmail-buttons gmail-buttons-right gmail-margin-bottom-none gmail-margin-top-sm&quot; style=&quot;box-sizing:inherit;outline-color:inherit;display:flex&quot;&gt;&lt;button class=&quot;gmail-button gmail-button-clear gmail-button-sm gmail-display-flex gmail-gap-xxs&quot; style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;font-family:inherit;font-size:0.875rem;line-height:1.5;overflow:visible;min-height:2.25em;vertical-align:top;border-width:1px;border-style:solid;border-color:rgba(0,0,0,0);border-radius:0.25rem;font-weight:600;display:flex&quot;&gt;&lt;span class=&quot;gmail-icon&quot; aria-hidden=&quot;true&quot; style=&quot;box-sizing:inherit;outline-color:inherit;display:inline-flex;width:1em;height:1em;font-size:0.875em&quot;&gt;&lt;/span&gt;&lt;span style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;/span&gt;&lt;/button&gt;&lt;/div&gt;&lt;div class=&quot;gmail-inner-focus&quot; style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;table aria-label=&quot;替代&quot; class=&quot;gmail-table gmail-table-sm gmail-margin-top-none&quot; style=&quot;box-sizing:inherit;outline-color:inherit;border-collapse:collapse;border-spacing:0px;table-layout:auto;width:852px;font-size:0.875rem;margin-top:1rem;border-color:rgb(80,80,80);border-style:solid;border-width:1px&quot;&gt;&lt;thead style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;字元&lt;/th&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;描述&lt;/th&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;模式&lt;/th&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;取代模式&lt;/th&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;輸入字串&lt;/th&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;結果字串&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;$&lt;/code&gt; &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;number&lt;/em&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;替代群組 &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;number&lt;/em&gt;所比對的子字串。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\b(\w+)(\s)(\w+)\b&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;$3$2$1&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;one two&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;two one&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;${&lt;/code&gt;&lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;名字&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;}&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;替代具名群組 &lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;name&lt;/em&gt;所比對的子字串。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\b(?&amp;lt;word1&amp;gt;\w+)(\s)(?&amp;lt;word2&amp;gt;\w+)\b&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;${word2} ${word1}&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;one two&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;two one&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;$$&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;替代常值 &amp;quot;$&amp;quot;。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\b(\d+)\s?USD&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;$$$1&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;103 USD&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;$103&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;$&amp;amp;&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;替代整個符合項目的複本。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\$?\d*\.?\d+&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;**$&amp;amp;**&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;$1.30&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;**$1.30**&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;$`&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;替代輸入字串中符合字串前面的所有文字。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;B+&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;$`&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;AABBCC&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;AAAACC&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;$&amp;#39;&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;替代輸入字串中符合字串後面的所有文字。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;B+&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;$&amp;#39;&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;AABBCC&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;AACCCC&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;$+&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;替代已擷取的最後一個群組。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;B+(C+)&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;$+&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;AABBCCDD&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;AACCDD&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;$_&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;替代整個輸入字串。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;B+&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;$_&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;AABBCC&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;AAAABBCCCC&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;gmail-heading-wrapper&quot; style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;a class=&quot;gmail-anchor-link gmail-docon gmail-docon-link&quot; href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/regular-expression-language-quick-reference#regular-expression-options&quot; aria-label=&quot;區段標題：規則運算式選項&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px;font-family:docons;font-size:1rem;speak:none;font-variant-numeric:normal;font-variant-east-asian:normal;font-variant-alternates:normal;text-align:center;direction:ltr;line-height:16px;display:inline-block;width:1px;opacity:0;border:0px;height:1px;padding:0px;overflow:hidden&quot;&gt;&lt;/a&gt;&lt;h2 id=&quot;gmail-regular-expression-options&quot; class=&quot;gmail-heading-anchor&quot; style=&quot;box-sizing:inherit;outline-color:inherit;margin:32px 0px 12px;padding:0px;line-height:1.3&quot;&gt;規則運算式選項&lt;/h2&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px&quot;&gt;您可以指定選項，以控制規則運算式引擎如何解譯規則運算式模式。 這些選項中有許多可以指定為內嵌 (在規則運算式模式中) 或是一個或多個 &lt;a href=&quot;https://learn.microsoft.com/zh-tw/dotnet/api/system.text.regularexpressions.regexoptions&quot; class=&quot;gmail-no-loc&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;RegexOptions&lt;/a&gt; 常數。 這個快速參考只列出內嵌選項。 如需內嵌和 &lt;a href=&quot;https://learn.microsoft.com/zh-tw/dotnet/api/system.text.regularexpressions.regexoptions&quot; class=&quot;gmail-no-loc&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;RegexOptions&lt;/a&gt; 選項的詳細資訊，請參閱&lt;a href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/regular-expression-options&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;規則運算式選項&lt;/a&gt;。&lt;/p&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px&quot;&gt;您可以透過兩種方式指定內嵌選項：&lt;/p&gt;&lt;ul style=&quot;box-sizing:inherit;outline-color:inherit;margin:16px 0px 16px 38px;padding:0px;list-style:none&quot;&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:outside&quot;&gt;使用 &lt;a href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/miscellaneous-constructs-in-regular-expressions&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;其他建構&lt;/a&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:13.6px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;(?imnsx-imnsx)&lt;/code&gt;，其中選項或選項集前的減號 （-） 會關閉這些選項。 例如，&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:13.6px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;(?i-mn)&lt;/code&gt; 會開啟不區分大小寫的比對 (&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:13.6px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;i&lt;/code&gt;)、關閉多行模式 (&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:13.6px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;m&lt;/code&gt;)，以及關閉未命名的群組擷取 (&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:13.6px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;n&lt;/code&gt;)。 選項會從定義該選項的位置開始套用至規則運算式模式並且保持生效，直到模式結尾或出現另一個建構反轉選項為止。&lt;/li&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:outside&quot;&gt;使用&lt;a href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/grouping-constructs-in-regular-expressions&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;群組建構&lt;/a&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:13.6px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;(?imnsx-imnsx:&lt;/code&gt;subexpression&lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;/em&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:13.6px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;)&lt;/code&gt;，只針對指定的群組定義選項。&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px&quot;&gt;.NET 正則表示式引擎支援下列內嵌選項：&lt;/p&gt;&lt;div class=&quot;gmail-buttons gmail-buttons-right gmail-margin-bottom-none gmail-margin-top-sm&quot; style=&quot;box-sizing:inherit;outline-color:inherit;display:flex&quot;&gt;&lt;button class=&quot;gmail-button gmail-button-clear gmail-button-sm gmail-display-flex gmail-gap-xxs&quot; style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;font-family:inherit;font-size:0.875rem;line-height:1.5;overflow:visible;min-height:2.25em;vertical-align:top;border-width:1px;border-style:solid;border-color:rgba(0,0,0,0);border-radius:0.25rem;font-weight:600;display:flex&quot;&gt;&lt;span class=&quot;gmail-icon&quot; aria-hidden=&quot;true&quot; style=&quot;box-sizing:inherit;outline-color:inherit;display:inline-flex;width:1em;height:1em;font-size:0.875em&quot;&gt;&lt;/span&gt;&lt;span style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;/span&gt;&lt;/button&gt;&lt;/div&gt;&lt;div class=&quot;gmail-inner-focus&quot; style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;table aria-label=&quot;規則運算式選項&quot; class=&quot;gmail-table gmail-table-sm gmail-margin-top-none&quot; style=&quot;box-sizing:inherit;outline-color:inherit;border-collapse:collapse;border-spacing:0px;table-layout:auto;width:852px;font-size:0.875rem;margin-top:1rem;border-color:rgb(80,80,80);border-style:solid;border-width:1px&quot;&gt;&lt;thead style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;選項&lt;/th&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;描述&lt;/th&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;模式&lt;/th&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;比對&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;i&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;使用不區分大小寫的比對方式。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\b(?i)a(?-i)a\w+\b&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;aardvark AAAuto aaaAuto Adam breakfast&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;aardvark&amp;quot;&lt;/code&gt;、&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;aaaAuto&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;m&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;使用多行模式。 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;^&lt;/code&gt; 和 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;$&lt;/code&gt; 會比對行的開頭與結尾，而不是字串的開始和結尾。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;如需範例，請參閱&lt;a href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/regular-expression-options&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;規則運算式選項&lt;/a&gt;中的＜多行模式＞一節。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;n&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;不擷取未命名的群組。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;如需範例，請參閱&lt;a href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/regular-expression-options&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;規則運算式選項&lt;/a&gt;中的＜僅明確擷取＞一節。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;s&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;使用單行模式。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;如需範例，請參閱&lt;a href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/regular-expression-options&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;規則運算式選項&lt;/a&gt;中的＜單行模式＞一節。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;x&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;忽略規則運算式模式中未逸出的空白字元。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\b(?x) \d+ \s \w+&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;1 aardvark 2 cats IV centurions&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;1 aardvark&amp;quot;&lt;/code&gt;、&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;2 cats&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;gmail-heading-wrapper&quot; style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;a class=&quot;gmail-anchor-link gmail-docon gmail-docon-link&quot; href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/regular-expression-language-quick-reference#miscellaneous-constructs&quot; aria-label=&quot;區段標題：其他建構&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px;font-family:docons;font-size:1rem;speak:none;font-variant-numeric:normal;font-variant-east-asian:normal;font-variant-alternates:normal;text-align:center;direction:ltr;line-height:16px;display:inline-block;width:1px;opacity:0;border:0px;height:1px;padding:0px;overflow:hidden&quot;&gt;&lt;/a&gt;&lt;h2 id=&quot;gmail-miscellaneous-constructs&quot; class=&quot;gmail-heading-anchor&quot; style=&quot;box-sizing:inherit;outline-color:inherit;margin:32px 0px 12px;padding:0px;line-height:1.3&quot;&gt;其他建構&lt;/h2&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px&quot;&gt;其他建構會修改規則運算式模式或提供其相關資訊。 下表列出 .NET 所支援的其他建構。 如需詳細資訊，請參閱&lt;a href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/miscellaneous-constructs-in-regular-expressions&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;其他建構&lt;/a&gt;。&lt;/p&gt;&lt;div class=&quot;gmail-buttons gmail-buttons-right gmail-margin-bottom-none gmail-margin-top-sm&quot; style=&quot;box-sizing:inherit;outline-color:inherit;display:flex&quot;&gt;&lt;button class=&quot;gmail-button gmail-button-clear gmail-button-sm gmail-display-flex gmail-gap-xxs&quot; style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;font-family:inherit;font-size:0.875rem;line-height:1.5;overflow:visible;min-height:2.25em;vertical-align:top;border-width:1px;border-style:solid;border-color:rgba(0,0,0,0);border-radius:0.25rem;font-weight:600;display:flex&quot;&gt;&lt;span class=&quot;gmail-icon&quot; aria-hidden=&quot;true&quot; style=&quot;box-sizing:inherit;outline-color:inherit;display:inline-flex;width:1em;height:1em;font-size:0.875em&quot;&gt;&lt;/span&gt;&lt;span style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;/span&gt;&lt;/button&gt;&lt;/div&gt;&lt;div class=&quot;gmail-inner-focus&quot; style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;table aria-label=&quot;其他建構&quot; class=&quot;gmail-table gmail-table-sm gmail-margin-top-none&quot; style=&quot;box-sizing:inherit;outline-color:inherit;border-collapse:collapse;border-spacing:0px;table-layout:auto;width:852px;font-size:0.875rem;margin-top:1rem;border-color:rgb(80,80,80);border-style:solid;border-width:1px&quot;&gt;&lt;thead style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;建構&lt;/th&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;定義&lt;/th&gt;&lt;th style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5;text-align:left&quot;&gt;範例&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;(?imnsx-imnsx)&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;在模式中間設定或停用選項，例如不區分大小寫。如需詳細資訊，請參閱&lt;a href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/regular-expression-options&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;規則運算式選項&lt;/a&gt;。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\bA(?i)b\w+\b&lt;/code&gt; 會比對 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;ABA Able Act&amp;quot;&lt;/code&gt; 中的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;ABA&amp;quot;&lt;/code&gt;、&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;&amp;quot;Able&amp;quot;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;(?#&lt;/code&gt;&lt;em style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;評論&lt;/em&gt; &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;)&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;內嵌註解。 註解會在第一個右括號結束。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;\bA(?#Matches words starting with A)\w+\b&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;#&lt;/code&gt; [至行尾]&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;X 模式註解。 註解從未逸出的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;#&lt;/code&gt; 開始，並延續到行尾。&lt;/td&gt;&lt;td style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:11.9px;direction:ltr;background-color:rgb(64,64,64);border-radius:3px;padding:0.1em 0.2em&quot;&gt;(?x)\bA\w+\b#Matches words starting with A&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;gmail-heading-wrapper&quot; style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;a class=&quot;gmail-anchor-link gmail-docon gmail-docon-link&quot; href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/regular-expression-language-quick-reference#see-also&quot; aria-label=&quot;區段標題：另請參閱&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px;font-family:docons;font-size:1rem;speak:none;font-variant-numeric:normal;font-variant-east-asian:normal;font-variant-alternates:normal;text-align:center;direction:ltr;line-height:16px;display:inline-block;width:1px;opacity:0;border:0px;height:1px;padding:0px;overflow:hidden&quot;&gt;&lt;/a&gt;&lt;h2 id=&quot;gmail-see-also&quot; class=&quot;gmail-heading-anchor&quot; style=&quot;box-sizing:inherit;outline-color:inherit;margin:32px 0px 12px;padding:0px;line-height:1.3&quot;&gt;另請參閱&lt;/h2&gt;&lt;/div&gt;&lt;ul style=&quot;box-sizing:inherit;outline-color:inherit;margin:16px 0px 16px 38px;padding:0px;list-style:none&quot;&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:outside&quot;&gt;&lt;a href=&quot;https://learn.microsoft.com/zh-tw/dotnet/api/system.text.regularexpressions&quot; class=&quot;gmail-no-loc&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;System.Text.RegularExpressions&lt;/a&gt;&lt;/li&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:outside&quot;&gt;&lt;a href=&quot;https://learn.microsoft.com/zh-tw/dotnet/api/system.text.regularexpressions.regex&quot; class=&quot;gmail-no-loc&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;System.Text.RegularExpressions.Regex&lt;/a&gt;&lt;/li&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:outside&quot;&gt;&lt;a href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/regular-expressions&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;[規則運算式]&lt;/a&gt;&lt;/li&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:outside&quot;&gt;&lt;a href=&quot;https://learn.microsoft.com/zh-tw/dotnet/standard/base-types/the-regular-expression-object-model&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;規則運算式類別&lt;/a&gt;&lt;/li&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:outside&quot;&gt;&lt;a href=&quot;https://download.microsoft.com/download/D/2/4/D240EBF6-A9BA-4E4F-A63F-AEB6DA0B921C/Regular%20expressions%20quick%20reference.docx&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;規則運算式 - 快速參考 (以 Word 格式下載)&lt;/a&gt;&lt;/li&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:outside&quot;&gt;&lt;a href=&quot;https://download.microsoft.com/download/D/2/4/D240EBF6-A9BA-4E4F-A63F-AEB6DA0B921C/Regular%20expressions%20quick%20reference.pdf&quot; style=&quot;box-sizing:inherit;outline-color:inherit;color:rgb(117,182,231);text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;規則運算式 - 快速參考 (以 PDF 格式下載)&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;  &lt;/div&gt;  </content><link rel='replies' type='application/atom+xml' href='http://tonysnote.whybut.com/feeds/3226838785650924955/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://tonysnote.whybut.com/2025/11/notepadregex.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/3226838785650924955'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/3226838785650924955'/><link rel='alternate' type='text/html' href='http://tonysnote.whybut.com/2025/11/notepadregex.html' title='如何在Notepad++使用RegEx來搜尋取代文數字空白和換行符號'/><author><name>Tony Huang</name><uri>http://www.blogger.com/profile/01258944684598910324</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_TA8EBCCBf0KQyk0bIZ3pu_JSpEaj3C8QAWUbENx0Dt85K9IIU-IofMNXMfHQJErU8C24d0IC8RpsWDrDIkt2wpEE0CfMtKiMczadbXK-XykLhxxCrKKKlu5XsDSRmw/s96/TonyHuangIllustGlass.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8738861532118661180.post-5704253291243220418</id><published>2025-09-30T01:21:00.001+08:00</published><updated>2025-09-30T01:21:53.781+08:00</updated><title type='text'>布村換水錶</title><content type='html'>&lt;p class=&quot;mobile-photo&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEj5sGEs-alTdL46uSGNk-wseI0IORGVHQ0zpQwJYfAvpqGGkgw7NeYtj2ep_j9tKPPGlESxdKpVithZbIchvxa-MFsCif0RIK5-J4uWawcqJQDc1oqQx-DkP8rfmGBfR0MoMZUsOQIH1gJaz43OVOm_B4SCmHjv3rrTgjyzMFtMzsF1c3dth09T1IYv2i8&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEj5sGEs-alTdL46uSGNk-wseI0IORGVHQ0zpQwJYfAvpqGGkgw7NeYtj2ep_j9tKPPGlESxdKpVithZbIchvxa-MFsCif0RIK5-J4uWawcqJQDc1oqQx-DkP8rfmGBfR0MoMZUsOQIH1gJaz43OVOm_B4SCmHjv3rrTgjyzMFtMzsF1c3dth09T1IYv2i8=s320&quot;  border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_7555562648684346578&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class=&quot;mobile-photo&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgncep_bYvvWadX0Hpqi2c6sC5fASh5u-A11HJWfnr0iGsIE-xxvTxf3k8N7ArBOSQIzRcCX-JbmTTRFTTGthwluqzPe4IgO67bBxvXYQg-x5MQEmdbTL3GuxZbrU-eo_WMQJtHYD1TikwX7cgZdlzwV83NB9kQiupuyAjMeuvRWyNvEgXDepLE4O7YfLA&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgncep_bYvvWadX0Hpqi2c6sC5fASh5u-A11HJWfnr0iGsIE-xxvTxf3k8N7ArBOSQIzRcCX-JbmTTRFTTGthwluqzPe4IgO67bBxvXYQg-x5MQEmdbTL3GuxZbrU-eo_WMQJtHYD1TikwX7cgZdlzwV83NB9kQiupuyAjMeuvRWyNvEgXDepLE4O7YfLA=s320&quot;  border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_7555562663524483810&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class=&quot;mobile-photo&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEhlNByaZOr0Lgfhic28E8x3v1L9Dp2FokUx7IrWqyOE8QRFjADH7DUKlEJuv2cj0qaw1eVP2whHJlA88BJepbo0mX5Zvo7hdMOegpAlgHt30UY7rr79BNRkdCJLugLVyMJBxnG2661JD68vYpJFwku_K9FTtXFyob51erdw1zuDEc0mjzxKjWh5TS2ZaME&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEhlNByaZOr0Lgfhic28E8x3v1L9Dp2FokUx7IrWqyOE8QRFjADH7DUKlEJuv2cj0qaw1eVP2whHJlA88BJepbo0mX5Zvo7hdMOegpAlgHt30UY7rr79BNRkdCJLugLVyMJBxnG2661JD68vYpJFwku_K9FTtXFyob51erdw1zuDEc0mjzxKjWh5TS2ZaME=s320&quot;  border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_7555562675040436242&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class=&quot;mobile-photo&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEjKs3tNidF3o4NjiTuoDFtv3UefOymsJO6XXgswdZJ0CdVyvP78NKsCtMTa3Su1ZP9Eu8lkbY-QbJM-S1TXyhC2YcO8hzlZpQ_jegAs5FaSLDzWc12nOvRYlRRulXBXy-QOFiUOKGnl6TTk9naEv4eS1hJ6bwRSqfyoqTL8VKh-pwNekZ3PRq7Ly1CzrHE&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEjKs3tNidF3o4NjiTuoDFtv3UefOymsJO6XXgswdZJ0CdVyvP78NKsCtMTa3Su1ZP9Eu8lkbY-QbJM-S1TXyhC2YcO8hzlZpQ_jegAs5FaSLDzWc12nOvRYlRRulXBXy-QOFiUOKGnl6TTk9naEv4eS1hJ6bwRSqfyoqTL8VKh-pwNekZ3PRq7Ly1CzrHE=s320&quot;  border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_7555562683573903826&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div dir=&quot;ltr&quot;&gt;&lt;div dir=&quot;auto&quot;&gt;早上九點門鈴響，一輛紅色貨車停在路邊，一個三十來歲的Tradie與蹦蹦跳跳的男孩在門前，精壯男子說是來換水錶的，會停水20分鐘左右。&lt;div dir=&quot;auto&quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div dir=&quot;auto&quot;&gt;布村的獨立房水錶，一般是在離路二米靠近前院圍牆外的草地裡，有個含蓋盒子防止樹根及其他東西跑進去。&lt;/div&gt;&lt;div dir=&quot;auto&quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div dir=&quot;auto&quot;&gt;二人挖出埋在地裡的盒子，把周圍的植物剷掉土收攏平整，清出水錶及管線下端的泥土留出拆除空間。關閉來水一次側銅管的閥後，剪開水錶另一頭，二次側進入房屋的橡塑膠軟管，這邊沒有閥，少量的管線水回流趕快塞起來。然後他拆下水錶，水很快填滿方坑，快手快腳塞上新閥，抽掉積水，拿新閥來量長度剪斷軟管接上新閥，裝上新盒子回填泥土，完工。&lt;/div&gt;&lt;div dir=&quot;auto&quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div dir=&quot;auto&quot;&gt;男子頭皮耳朵手臂刺了許多圖案，說自己是木匠，在全澳範圍到處去幫商店裝潢，三個月前有人不知道哪裡得到他的號碼打給他，問要不要換水錶，我問不是需要有水管工牌照嗎？他說布村是全澳唯一，不需水工牌照就可以換水錶的地方。&lt;/div&gt;&lt;div dir=&quot;auto&quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div dir=&quot;auto&quot;&gt;據說這個新水錶有連線功能，繼智慧電錶之後，水錶也可以拿支裝置在路邊讀錶，不再需要跪在圍牆外翻蓋拍照。他說不知道怎麼作動的，我猜是靠水流提供動力。年底耶誕節前還有九千個要換，大約有20個他這樣的下包商在做，層層轉包到他，換一個收到約90元。&lt;/div&gt;&lt;div dir=&quot;auto&quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div dir=&quot;auto&quot;&gt;孩子週末要滿11歲了，學校假期跟著爸爸出來工作，這是第一天的第三個工作，稍後還有二個要換，他說爸爸之前木匠工作比較好，一天有時能賺上千元，將來也要跟爸爸一樣，他爸爸說想得美你先去當兵，看來還是蠻多人想讓孩子去從軍學技能。&lt;/div&gt;&lt;div dir=&quot;auto&quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;  &lt;/div&gt;  </content><link rel='replies' type='application/atom+xml' href='http://tonysnote.whybut.com/feeds/5704253291243220418/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://tonysnote.whybut.com/2025/09/blog-post.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/5704253291243220418'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/5704253291243220418'/><link rel='alternate' type='text/html' href='http://tonysnote.whybut.com/2025/09/blog-post.html' title='布村換水錶'/><author><name>Tony Huang</name><uri>http://www.blogger.com/profile/01258944684598910324</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_TA8EBCCBf0KQyk0bIZ3pu_JSpEaj3C8QAWUbENx0Dt85K9IIU-IofMNXMfHQJErU8C24d0IC8RpsWDrDIkt2wpEE0CfMtKiMczadbXK-XykLhxxCrKKKlu5XsDSRmw/s96/TonyHuangIllustGlass.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/a/AVvXsEj5sGEs-alTdL46uSGNk-wseI0IORGVHQ0zpQwJYfAvpqGGkgw7NeYtj2ep_j9tKPPGlESxdKpVithZbIchvxa-MFsCif0RIK5-J4uWawcqJQDc1oqQx-DkP8rfmGBfR0MoMZUsOQIH1gJaz43OVOm_B4SCmHjv3rrTgjyzMFtMzsF1c3dth09T1IYv2i8=s72-c" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8738861532118661180.post-2858557747482069958</id><published>2025-05-22T22:31:00.000+08:00</published><updated>2025-05-22T22:32:12.491+08:00</updated><title type='text'>在澳洲收不到台灣簡訊</title><content type='html'>&lt;div dir=&quot;ltr&quot;&gt;近年經常往返澳洲與台灣，以前只要準備2支手機，隨時都可以由當地門號開熱點，讓另一支門號以 VoWiFi 功能實現通話及簡訊漫遊。&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;數年以來都順利使用，然而最近發現在澳洲收不到台灣簡訊，才知道走網路的IP簡訊功能很看手機型號。以前用不支援的手機，台灣的簡訊有些是走3G漫遊過來的，但是澳洲現在3G關台了，要收台灣的IP簡訊就得使用有支援的手機，其實台灣3G也關台了，反過來應該也是。&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;仔細查了一下發現 Pixel 手機的支援度超低是怎麼回事，只有9代可以收中華，台哥跟遠傳則完全不支援。相對來說 iPhone 的支援度就好很多，iPhone 8 / iOS 16    以上可以收中華，iOS 17.2    以上可以收台哥跟遠傳。&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;台灣三大電信的IP簡訊支援型號，分別有公布在各自官網&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;中華電信：「&lt;a href=&quot;https://www.cht.com.tw/home/consumer/mobservice/basic/sms-service&quot;&gt;https://www.cht.com.tw/home/consumer/mobservice/basic/sms-service&lt;/a&gt;」。&lt;/div&gt;&lt;div&gt;台灣大哥大：「&lt;a href=&quot;https://www.taiwanmobile.com/mobile/postpaid/volte.html&quot;&gt;https://www.taiwanmobile.com/mobile/postpaid/volte.html&lt;/a&gt;」。&lt;/div&gt;&lt;div&gt;遠傳電信：「&lt;a href=&quot;https://www.fetnet.net/content/cbu/tw/postpaid/volte.html&quot;&gt;https://www.fetnet.net/content/cbu/tw/postpaid/volte.html&lt;/a&gt;」。&lt;/div&gt;&lt;div&gt;搞不好又得換手機了～&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;  </content><link rel='replies' type='application/atom+xml' href='http://tonysnote.whybut.com/feeds/2858557747482069958/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://tonysnote.whybut.com/2025/05/blog-post.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/2858557747482069958'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/2858557747482069958'/><link rel='alternate' type='text/html' href='http://tonysnote.whybut.com/2025/05/blog-post.html' title='在澳洲收不到台灣簡訊'/><author><name>Tony Huang</name><uri>http://www.blogger.com/profile/01258944684598910324</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_TA8EBCCBf0KQyk0bIZ3pu_JSpEaj3C8QAWUbENx0Dt85K9IIU-IofMNXMfHQJErU8C24d0IC8RpsWDrDIkt2wpEE0CfMtKiMczadbXK-XykLhxxCrKKKlu5XsDSRmw/s96/TonyHuangIllustGlass.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8738861532118661180.post-8503987836202125413</id><published>2025-05-22T12:04:00.001+08:00</published><updated>2025-05-22T12:04:58.225+08:00</updated><title type='text'>解決 Windows 11 無法變更時區問題</title><content type='html'>&lt;div dir=&quot;ltr&quot;&gt;目前有一台電腦是 Windows 11 專業版 24H2 版，某日需要手動修改時區驚覺無法點開，多方搜尋後才知道是BUG，但是測試網路上的解法去開啟傳統控制台，竟然得到警告視窗提示：「日期和時間 無法繼續 您沒有執行此工作的權限。請連絡電腦系統管理員以取得協助。」&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;這個基礎功能無法使用，而且持續很長時間沒有修復，實在是太誇張，所幸後來我在微軟的論壇找到解答，以管理員身份執行CMD(命令提示字元)，輸入指令「REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /V EnableLUA /T REG_DWORD /D 0 /F」，然後重新啟動電腦，以前的時區選單終於出現。&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;從登錄編輯可以開啟這個功能，感覺就像是被刻意關起來，微軟的工程師真不曉得是在想什麼。&lt;/div&gt;&lt;/div&gt;  </content><link rel='replies' type='application/atom+xml' href='http://tonysnote.whybut.com/feeds/8503987836202125413/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://tonysnote.whybut.com/2025/05/windows-11.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/8503987836202125413'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/8503987836202125413'/><link rel='alternate' type='text/html' href='http://tonysnote.whybut.com/2025/05/windows-11.html' title='解決 Windows 11 無法變更時區問題'/><author><name>Tony Huang</name><uri>http://www.blogger.com/profile/01258944684598910324</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_TA8EBCCBf0KQyk0bIZ3pu_JSpEaj3C8QAWUbENx0Dt85K9IIU-IofMNXMfHQJErU8C24d0IC8RpsWDrDIkt2wpEE0CfMtKiMczadbXK-XykLhxxCrKKKlu5XsDSRmw/s96/TonyHuangIllustGlass.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8738861532118661180.post-7998880819055704946</id><published>2025-04-19T01:37:00.000+08:00</published><updated>2025-04-19T01:38:08.845+08:00</updated><title type='text'>將 Kindle 越獄(Jailbreak)</title><content type='html'>&lt;div dir=&quot;ltr&quot;&gt;我個人使用了 Kindle 十幾年、數台機器都很耐用，一直以來都是令人滿意的閱讀裝置，但是前陣子二月時，亞馬遜突然宣布當月底之後，所有購買的書籍都不能存檔備份了，只能透過他家裝置連線使用，進一步剝奪購買者對所有物的掌控權，電子書等於由買斷變租用，有些人對這樣的發展感到很不開心，網路上鼓吹脫離亞馬遜控制的討論變多，我看到好幾次。&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;一直以來都知道有方式可以取得裝置的管理者權限，俗稱越獄，由此安裝或修改軟體從而使用更多功能，最近有許多教學討論，多次看到覺得並不困難不如來試試。&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;今年2025元旦新推出的越獄方式，只要將裝置連到電腦複製幾個檔案，然後按幾下螢幕讓裝置執行更新，十分鐘左右便可以完成。我個人是依照 [&lt;a href=&quot;https://kindlemodding.org/&quot;&gt;Kindle Modding Wiki&lt;/a&gt;] 這個網站的教學，一步一步進行，大部分比較新的機器從&lt;a href=&quot;https://kindlemodding.org/jailbreaking/WinterBreak/&quot;&gt;這裡&lt;/a&gt;開始照做即可。如果不喜歡看英文或懶得用網頁翻譯，也有知名電子書中文網站&lt;a href=&quot;https://bookfere.com/post/311.html&quot;&gt;書伴&lt;/a&gt;整理得頗清楚詳細。&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;越獄之後，主要有幾個必裝工具：&lt;/div&gt;&lt;div&gt;&lt;ol&gt;&lt;li&gt;依照 Kindle Modding Wiki 步驟的話，應該已經裝好的避免越獄失效工具： Rename OTA binaries&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;https://github.com/koreader/koreader/wiki/%E5%9C%A8Kindle%E4%B8%8A%E5%AE%89%E8%A3%85%E5%92%8C%E8%BF%90%E8%A1%8CKOReader&quot;&gt;Koreader &lt;/a&gt;功能強大的閱讀軟體，更有外掛功能可以無限延伸。&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;https://github.com/ngxson/hobby-kindle-http-file-server&quot;&gt;File Browser&lt;/a&gt; 無線傳檔，可避免使用USB電腦連接。&lt;/li&gt;&lt;/ol&gt;&lt;div&gt;上述幾個有人寫了&lt;a href=&quot;https://zhuanlan.zhihu.com/p/18166770932&quot;&gt;介紹教學&lt;/a&gt;，另外還有一些&lt;a href=&quot;https://github.com/guo-yong-zhi/ShuffleSS&quot;&gt;螢幕保護圖片改名&lt;/a&gt;、KTerm、GB模擬器及 Alpine Linux 等特殊運用，也蠻有趣可以自行探索。&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;  </content><link rel='replies' type='application/atom+xml' href='http://tonysnote.whybut.com/feeds/7998880819055704946/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://tonysnote.whybut.com/2025/04/kindle-jailbreak.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/7998880819055704946'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/7998880819055704946'/><link rel='alternate' type='text/html' href='http://tonysnote.whybut.com/2025/04/kindle-jailbreak.html' title='將 Kindle 越獄(Jailbreak)'/><author><name>Tony Huang</name><uri>http://www.blogger.com/profile/01258944684598910324</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_TA8EBCCBf0KQyk0bIZ3pu_JSpEaj3C8QAWUbENx0Dt85K9IIU-IofMNXMfHQJErU8C24d0IC8RpsWDrDIkt2wpEE0CfMtKiMczadbXK-XykLhxxCrKKKlu5XsDSRmw/s96/TonyHuangIllustGlass.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8738861532118661180.post-2191990928429790806</id><published>2025-02-01T00:45:00.001+08:00</published><updated>2025-02-01T00:45:52.091+08:00</updated><title type='text'>原俠正楷 GuanKiapTsingKhai 版本更新</title><content type='html'>&lt;div dir=&quot;ltr&quot;&gt;自己整理的「&lt;a href=&quot;https://github.com/tonyhuan/GuanKiapTsingKhai&quot;&gt;原俠正楷&lt;/a&gt;」字型，上個版本發表至今已有年餘，在GitHub陸續有幾個問題累積，本來就有想說有空要來更新一下，適逢But與落霞二位大佬在春節前更新，然後我竟然被認真的網友催更了？！說人家都出新版了要我趕快跟進～話說本來只是整理起來自用的，沒想到變成需要認真對待～Orz&lt;div&gt;&lt;br&gt;&lt;div&gt;總之處理了：&lt;/div&gt;&lt;div&gt;&lt;ol&gt;&lt;li&gt;風格一致性：原本使用「霞鶩文楷輕便版」的補充字及簡體字，會出現風格上的不統一，與作為主體的「芫荽」字型風格（符合書寫風格）有些不和諧，帶有一定的傳統字型印刷特徵。經網友建議，這個版本開始，改用風格調整過的「霞鶩文楷GB輕便版」，同時此字型貼近中國大陸的官方標準，與貼近台灣標準的「芫荽」整合後，更符合「原俠正楷」的「正」字特色。&lt;/li&gt;&lt;li&gt;之前字型中沒有造出的缺字，會顯示為豆腐框。然而缺字時應該回退為系統其他字型，以正常顯示該字，而非顯示為缺字方框。這個版本起改正。&lt;/li&gt;&lt;li&gt;缺字比如說聖經常用的「繸」字，以及幾個網友要求的字，在這個版本有補充。&lt;/li&gt;&lt;li&gt;補充四個破折號及分隔號的偽直翻轉處理。&lt;/li&gt;&lt;li&gt;之前有網友說在特定情形下，字型位置定位會跑掉，這次有特別比對調整了一番。另外字型本身可以比對 U+2588 █ Full Block，做位置參考。&lt;/li&gt;&lt;/ol&gt;&lt;div&gt;以下寫給新朋友：&lt;/div&gt;&lt;div&gt;「&lt;a href=&quot;https://github.com/tonyhuan/GuanKiapTsingKhai&quot;&gt;原俠正楷&lt;/a&gt;」整合簡轉繁及偽直排功能，能夠以動態辭彙，對應處理一簡對多繁的自動選字，簡單換個字型，就能方便地直接以熟悉的正(繁)體顯示、橫排或豎排，閱讀簡體字文章。&lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;「原俠正楷」標準無印原版，保留原始正體及簡體字共存，標點置中引號不置換。&lt;/li&gt;&lt;li&gt;「原俠正楷-S」置換引號，並正體化大部分的簡字，遇到一簡對多繁的字保留不處理。&lt;/li&gt;&lt;li&gt;「原俠正楷-T」承上，並使用單一常用正體字取代一對多的簡體字。&lt;/li&gt;&lt;li&gt;「原俠正楷-W」利用常用詞彙庫對比自動選字，盡量顯示正確字體。&lt;/li&gt;&lt;li&gt;「原俠正楷-TW」除了能自動選字，同時也轉換為台灣習慣用語。&lt;/li&gt;&lt;li&gt;「原俠正楷-?-90」以上各字型的對應偽直排字型，方便直書閱讀。&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgojcPnYqrKm0uOlO0_XuRcKqzrvaq3JS5ywzohsZzEgcCQMOQ9xUQiE8a4jWL3PGMVRdDDh_Bmmw-eJRgM2ARcfjXIDm-AZXIZSQK37Tw4JsFM2PFbCYBeMME9BO34y0fELP6NIKCBnTnAePl5YPX8C-_MMU0QLEB2cYpuBTFG0ga-cnavAd2jzOKsjhs&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgojcPnYqrKm0uOlO0_XuRcKqzrvaq3JS5ywzohsZzEgcCQMOQ9xUQiE8a4jWL3PGMVRdDDh_Bmmw-eJRgM2ARcfjXIDm-AZXIZSQK37Tw4JsFM2PFbCYBeMME9BO34y0fELP6NIKCBnTnAePl5YPX8C-_MMU0QLEB2cYpuBTFG0ga-cnavAd2jzOKsjhs=s320&quot;  border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_7466121833351243858&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEhH7Qz6iM5DD0IWvbk0MwxmA-Pz9x5YPPkym4JDgbjDHk1f3uLq263UUQSRpLC-0xwkIQ9xdcORwLJBpWj8PNIBE2fEl1FOlJ8J6B8RQihKC8Y_7TajhzjGg6WGBM0Op-lbtFVrxNpa5oeL5Bpkt6Mpxs-3y-4ZilrbPLpYTT5mbfgLUVfDh6LJYXqea40&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEhH7Qz6iM5DD0IWvbk0MwxmA-Pz9x5YPPkym4JDgbjDHk1f3uLq263UUQSRpLC-0xwkIQ9xdcORwLJBpWj8PNIBE2fEl1FOlJ8J6B8RQihKC8Y_7TajhzjGg6WGBM0Op-lbtFVrxNpa5oeL5Bpkt6Mpxs-3y-4ZilrbPLpYTT5mbfgLUVfDh6LJYXqea40=s320&quot;  border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_7466121842087117826&quot; /&gt;&lt;/a&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;a href=&quot;https://github.com/tonyhuan/GuanKiapTsingKhai&quot;&gt;https://github.com/tonyhuan/GuanKiapTsingKhai&lt;/a&gt;&lt;/div&gt;&lt;div&gt;到畫面右側的 Releases 欄位，點擊 &lt;a href=&quot;https://github.com/tonyhuan/GuanKiapTsingKhai/releases/tag/V1.20&quot;&gt;V1.20 - (2025/01/31)&lt;/a&gt; 進入最新版下載頁面。&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;  </content><link rel='replies' type='application/atom+xml' href='http://tonysnote.whybut.com/feeds/2191990928429790806/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://tonysnote.whybut.com/2025/02/guankiaptsingkhai.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/2191990928429790806'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/2191990928429790806'/><link rel='alternate' type='text/html' href='http://tonysnote.whybut.com/2025/02/guankiaptsingkhai.html' title='原俠正楷 GuanKiapTsingKhai 版本更新'/><author><name>Tony Huang</name><uri>http://www.blogger.com/profile/01258944684598910324</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_TA8EBCCBf0KQyk0bIZ3pu_JSpEaj3C8QAWUbENx0Dt85K9IIU-IofMNXMfHQJErU8C24d0IC8RpsWDrDIkt2wpEE0CfMtKiMczadbXK-XykLhxxCrKKKlu5XsDSRmw/s96/TonyHuangIllustGlass.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/a/AVvXsEgojcPnYqrKm0uOlO0_XuRcKqzrvaq3JS5ywzohsZzEgcCQMOQ9xUQiE8a4jWL3PGMVRdDDh_Bmmw-eJRgM2ARcfjXIDm-AZXIZSQK37Tw4JsFM2PFbCYBeMME9BO34y0fELP6NIKCBnTnAePl5YPX8C-_MMU0QLEB2cYpuBTFG0ga-cnavAd2jzOKsjhs=s72-c" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8738861532118661180.post-7814991786493485127</id><published>2024-08-05T18:20:00.000+08:00</published><updated>2024-08-05T18:21:15.539+08:00</updated><title type='text'>Kindle 電子紙閱讀器 設定及傳送書檔 簡易說明</title><content type='html'>&lt;div dir=&quot;ltr&quot;&gt;亞馬遜公司推出Kindle閱讀器，並且賣得不是非常貴，主要是希望大家在裝置內的書店購買電子書籍，然而閱讀器還可以用來閱讀其他來源的電子書，這邊來說說設定及傳送書檔。&lt;br&gt;&lt;br&gt;通常拿到    Kindle 閱讀器並設定帳號連上網路後，我們會插上USB線連接電腦，在最底層建立fonts資料夾，然後把喜歡的字型檔案複製進去，這裡建議放入&lt;a href=&quot;https://github.com/tonyhuan/GuanKiapTsingKhai&quot;&gt;原俠正楷&lt;/a&gt;原版、90度版、W版及W90版，喜歡的話當然多多益善。&lt;br&gt;&lt;br&gt;除了使用電腦以外，還可以用電子郵箱傳送，或上它們官方推送網頁 &lt;a href=&quot;https://www.amazon.com/sendtokindle&quot;&gt;Send to Kindle&lt;/a&gt; ，網址[&lt;a href=&quot;https://www.amazon.com/sendtokindle&quot;&gt;https://www.amazon.com/sendtokindle&lt;/a&gt;]，現在適用多種平台。&lt;br&gt;&lt;br&gt;要用電子郵箱或網頁傳送書檔之前，要先到官網的管理設定頁面 &lt;a href=&quot;https://www.amazon.com/mycd&quot;&gt;Manage Your Content and Devices&lt;/a&gt; ，網址[&lt;a href=&quot;https://www.amazon.com/mycd&quot;&gt;https://www.amazon.com/mycd&lt;/a&gt;]，先設定一番。&lt;br&gt;&lt;ul&gt;&lt;li&gt;在 Content 頁面，可以分類雲端的電子書檔，把它們放進不同的 Collections 或刪除。&lt;/li&gt;&lt;li&gt;在 Devices 頁面，給你的 Kindle 裝置或 App 取名字，比如說：白色Paperwhite、媽媽的手機之類。之後才容易分辨哪本書要放哪個裝置。&lt;br&gt;&lt;/li&gt;&lt;li&gt;在 Preferences 頁面：&lt;br&gt;&lt;/li&gt;&lt;ul&gt;&lt;li&gt;到 Personal Document Settings 部分，設定 Send-to-Kindle E-Mail Settings ，選擇好記的郵箱給對應的裝置。&lt;/li&gt;&lt;li&gt;Personal Document Archiving 部分，我建議 Enabled 保存電子書檔在雲端隨時可讀取。&lt;/li&gt;&lt;li&gt;Approved Personal Document E-mail List 部分，列出會寄出電子書檔的郵箱位址，通常是自己或家人常用的，或者是訂閱服務商的外寄信箱。&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;div&gt;到此都設好的話，大致可以蠻久一段時間專心閱讀，久久有需要再回來修改一次。&lt;/div&gt;&lt;/div&gt;  </content><link rel='replies' type='application/atom+xml' href='http://tonysnote.whybut.com/feeds/7814991786493485127/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://tonysnote.whybut.com/2024/08/kindle.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/7814991786493485127'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/7814991786493485127'/><link rel='alternate' type='text/html' href='http://tonysnote.whybut.com/2024/08/kindle.html' title='Kindle 電子紙閱讀器 設定及傳送書檔 簡易說明'/><author><name>Tony Huang</name><uri>http://www.blogger.com/profile/01258944684598910324</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_TA8EBCCBf0KQyk0bIZ3pu_JSpEaj3C8QAWUbENx0Dt85K9IIU-IofMNXMfHQJErU8C24d0IC8RpsWDrDIkt2wpEE0CfMtKiMczadbXK-XykLhxxCrKKKlu5XsDSRmw/s96/TonyHuangIllustGlass.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8738861532118661180.post-733009284127451027</id><published>2024-02-22T23:14:00.001+08:00</published><updated>2024-02-22T23:14:55.839+08:00</updated><title type='text'>AllTrails 路徑規劃討論</title><content type='html'>&lt;div dir=&quot;ltr&quot;&gt;&lt;div&gt;&lt;a href=&quot;https://www.alltrails.com/&quot;&gt;AllTrails&lt;/a&gt; 為戶外運動愛好者提供了精心設計的步道地圖、照片、評論和用戶記錄。&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEj3ou3AS08hM7MB21K15AgWHRDlnenPczxlst_x0Je5Xg-zXmIVokJm9VZNO6iZ6ZcqxxkVWVgMSD6UZf5mlUND4ZY8_1Bo1n6nY7THyacaKDdibv-s89WX1u90UY4ohKXRoIL_3j6h8HOU91uLT5JK30nu0VoLvKBOJIxES3zgS8drMhUbyMK9Bd-kQfE&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEj3ou3AS08hM7MB21K15AgWHRDlnenPczxlst_x0Je5Xg-zXmIVokJm9VZNO6iZ6ZcqxxkVWVgMSD6UZf5mlUND4ZY8_1Bo1n6nY7THyacaKDdibv-s89WX1u90UY4ohKXRoIL_3j6h8HOU91uLT5JK30nu0VoLvKBOJIxES3zgS8drMhUbyMK9Bd-kQfE=s320&quot;  border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_7338445103948981410&quot; /&gt;&lt;/a&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;這個網站的地圖列出許多步道，搭配海拔、距離、天氣等多樣的工具及資訊，適合散步爬山跑步騎車騎馬滑雪釣魚露營。可以將訂位紀錄上傳，或用網站工具輕鬆畫路線圖，不論是規劃行程或是記錄旅行，都很方便。&lt;div&gt;&lt;br&gt;&lt;div&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEifzoxXcGKc_g1UjZdmJtO4EbjvIcjBangxGj82BDPmhvVXeSZlvH7LxXiHbt7MEU4g0yJH8UM1cTvtH5UNIkoUwjTnN_8hhrNNvJ2ENiPEsDPJEs7GNdlhxYr9hQIJp8L23MhWdNLsgb3Okko66_E1MFqOfXrLzgdlVqNxh01W2F7jfVacxL0nEjnjBYg&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEifzoxXcGKc_g1UjZdmJtO4EbjvIcjBangxGj82BDPmhvVXeSZlvH7LxXiHbt7MEU4g0yJH8UM1cTvtH5UNIkoUwjTnN_8hhrNNvJ2ENiPEsDPJEs7GNdlhxYr9hQIJp8L23MhWdNLsgb3Okko66_E1MFqOfXrLzgdlVqNxh01W2F7jfVacxL0nEjnjBYg=s320&quot;  border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_7338445128254806546&quot; /&gt;&lt;/a&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;  </content><link rel='replies' type='application/atom+xml' href='http://tonysnote.whybut.com/feeds/733009284127451027/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://tonysnote.whybut.com/2024/02/alltrails.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/733009284127451027'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/733009284127451027'/><link rel='alternate' type='text/html' href='http://tonysnote.whybut.com/2024/02/alltrails.html' title='AllTrails 路徑規劃討論'/><author><name>Tony Huang</name><uri>http://www.blogger.com/profile/01258944684598910324</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_TA8EBCCBf0KQyk0bIZ3pu_JSpEaj3C8QAWUbENx0Dt85K9IIU-IofMNXMfHQJErU8C24d0IC8RpsWDrDIkt2wpEE0CfMtKiMczadbXK-XykLhxxCrKKKlu5XsDSRmw/s96/TonyHuangIllustGlass.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/a/AVvXsEj3ou3AS08hM7MB21K15AgWHRDlnenPczxlst_x0Je5Xg-zXmIVokJm9VZNO6iZ6ZcqxxkVWVgMSD6UZf5mlUND4ZY8_1Bo1n6nY7THyacaKDdibv-s89WX1u90UY4ohKXRoIL_3j6h8HOU91uLT5JK30nu0VoLvKBOJIxES3zgS8drMhUbyMK9Bd-kQfE=s72-c" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8738861532118661180.post-4557933921678875818</id><published>2024-02-22T22:27:00.000+08:00</published><updated>2024-02-22T22:49:49.716+08:00</updated><title type='text'>Mihon - 漫畫閱讀神器 Tachiyomi 的華麗重生，蘋果用戶也能使用了喔</title><content type='html'>&lt;div dir=&quot;ltr&quot;&gt;&lt;a href=&quot;https://tachiyomi.org/&quot;&gt;Tachiyomi&lt;/a&gt; 是一款專為安卓用戶開發的免費開源漫畫閱讀器，支援漫畫線上閱讀與下載。 應用程式介面清爽乾淨，操作簡單，而且純淨無廣告！&lt;br /&gt;&lt;br /&gt;然而！一月中開始突然就不能更新了！以後不能用怎麼辦？&lt;br /&gt;&lt;br /&gt;原來是 Tachiyomi 專案開發者收到來自韓國 Kakao 娛樂公司的法律威脅，要求銷毀該專案並確保刪除所有分支。 1月9日，Tachiyomi 發佈公告表示：由於特殊情況，決定清理擴充清單以確保 Tachiyomi 的長期可持續性。隨後1月14日開發者發佈公告表示不再維護軟體並逐步關閉官方開發社群。&lt;br /&gt;&lt;br /&gt;Tachiyomi 豐富的擴充生態，優雅的介面設計和豐富功能，很難找到替代品了，幸好因它的開源性質和網路世界的…靈活性，另一款無限相似的軟體「&lt;a href=&quot;https://mihon.app/&quot;&gt;Mihon&lt;/a&gt;」在1月16日誕生了！&lt;br /&gt;&lt;br /&gt;Mihon 的設計同樣優雅並豐富，可以說是沒有兩樣。與它的前世及眾多的分支表兄弟一起，支持同樣格式的擴充清單。這個清單是由「&lt;a href=&quot;https://github.com/keiyoushi/extensions&quot;&gt;Keiyoushi Extensions&lt;/a&gt;」專案在維護，到他們的「&lt;a href=&quot;https://keiyoushi.github.io/docs/guides/getting-started&quot;&gt;說明網站&lt;/a&gt;」按「&lt;a href=&quot;tachiyomi://add-repo?url=https%3A%2F%2Fraw.githubusercontent.com%2Fkeiyoushi%2Fextensions%2Frepo%2Findex.min.json&quot;&gt;Add repository&lt;/a&gt;」按鈕(這裡的應該也行)，就可以添加完成。&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;手動添加可以到：「其他」→    「設定」→    「探索」→    「擴充套件儲存庫」→    「新增」，填入「&lt;a href=&quot;https://raw.githubusercontent.com/keiyoushi/extensions/repo/index.min.json&quot;&gt;https://raw.githubusercontent.com/keiyoushi/extensions/repo/index.min.json&lt;/a&gt;」即可。&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;div&gt;同場加映：Apple iPhone、iPad的使用者現在也可以透過特殊方式使用了！&lt;/div&gt;&lt;div&gt;到「&lt;a href=&quot;https://appbara.com/&quot;&gt;https://appbara.com/&lt;/a&gt;」找到並點擊Mihon，然後按「Start Injection」，就會將APP以Safari網頁瀏覽器外掛的形式安裝並運行。之後點桌面圖標即可使用，感覺跟其他正常安裝的APP沒什麼不同。&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;  </content><link rel='replies' type='application/atom+xml' href='http://tonysnote.whybut.com/feeds/4557933921678875818/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://tonysnote.whybut.com/2024/02/mihon-tachiyomi.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/4557933921678875818'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/4557933921678875818'/><link rel='alternate' type='text/html' href='http://tonysnote.whybut.com/2024/02/mihon-tachiyomi.html' title='Mihon - 漫畫閱讀神器 Tachiyomi 的華麗重生，蘋果用戶也能使用了喔'/><author><name>Tony Huang</name><uri>http://www.blogger.com/profile/01258944684598910324</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_TA8EBCCBf0KQyk0bIZ3pu_JSpEaj3C8QAWUbENx0Dt85K9IIU-IofMNXMfHQJErU8C24d0IC8RpsWDrDIkt2wpEE0CfMtKiMczadbXK-XykLhxxCrKKKlu5XsDSRmw/s96/TonyHuangIllustGlass.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8738861532118661180.post-7746938415631096884</id><published>2024-01-25T16:10:00.001+08:00</published><updated>2024-01-25T16:10:51.010+08:00</updated><title type='text'>華航哩程價值及聯名卡回饋比率</title><content type='html'>&lt;div dir=&quot;ltr&quot;&gt;最近比較常飛回台灣，因為航班時間華航比較適合，所以大多選擇華航。&lt;div&gt;辦了他們跟中國信託銀行合作的聯名卡，發現購票優惠僅限台灣出發，重點是針對購票方式比較了一下，辦卡購買沒有便宜多少，不如從澳洲以澳幣計價買來回票，幸好當時是選擇了免年費的商務御璽卡。&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEjFhwfTU3vjb6EeKYLjRNN9Gvo_C6mqNCkLFHv-KIO7109AbP0yLHx0s0d6gavmFVepqsapKDQ9P7-69MqTBr0FVl5s3wAPnMW9-4M1vi_KuluhzWMMdmrlpuxnucoEYl5dVBn7_6h2BWQAibQxa3e9sfRD58JNBWd6YXXrynkIPTPR-ebFKwRnSBuCxxc&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEjFhwfTU3vjb6EeKYLjRNN9Gvo_C6mqNCkLFHv-KIO7109AbP0yLHx0s0d6gavmFVepqsapKDQ9P7-69MqTBr0FVl5s3wAPnMW9-4M1vi_KuluhzWMMdmrlpuxnucoEYl5dVBn7_6h2BWQAibQxa3e9sfRD58JNBWd6YXXrynkIPTPR-ebFKwRnSBuCxxc=s320&quot;  border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_7327945433549147170&quot; /&gt;&lt;/a&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;鑒於刷卡回饋以哩程為主，於是想計算一下回饋比率，以華航官網的聯名卡兌換活動來看，大洋洲來回機票要使用104,500點，約價值31,350元，也就是一個哩程可以值0.3元。&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEhbP1Ufbug0cfqL-X7j1BVFPXN6hKX_9zMPAz2D-HbMm24BMv5iR2n39R9atc7rSiEHFgXBtiR5tUFXVQ3vGXnyYOzf4jdOBW5Zh8rLtjY9QWfz3BKYBMVv0yuZXbx5X68YLVoXTKbQFPf3rrnCyOTGPqB1KhE1-3EyjktBEyb0OeLKTG_KUNyjzpMw4EI&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEhbP1Ufbug0cfqL-X7j1BVFPXN6hKX_9zMPAz2D-HbMm24BMv5iR2n39R9atc7rSiEHFgXBtiR5tUFXVQ3vGXnyYOzf4jdOBW5Zh8rLtjY9QWfz3BKYBMVv0yuZXbx5X68YLVoXTKbQFPf3rrnCyOTGPqB1KhE1-3EyjktBEyb0OeLKTG_KUNyjzpMw4EI=s320&quot;  border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_7327945451626912594&quot; /&gt;&lt;/a&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;搭配信用卡官網哩程兌換說明，官網買機票每消費15元換一哩：&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgwj1OSbjWWrzEAqxznaRlLyMDxOqzVK0_efR05M9-Mg4dMFf1o_NsdkJ523qyijvnrGP_Pg3L9C9-T2l8Ln-_pcqZ8AhXv4Bvj1LYqG2WHCU1UcFELLnVcw_M3WbDQofwS-VcFriGGXxGzRMx_bzHYiLaYB6bTs0AEv-n6vHf9E2MHGSUYjFfAz2wV6ME&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgwj1OSbjWWrzEAqxznaRlLyMDxOqzVK0_efR05M9-Mg4dMFf1o_NsdkJ523qyijvnrGP_Pg3L9C9-T2l8Ln-_pcqZ8AhXv4Bvj1LYqG2WHCU1UcFELLnVcw_M3WbDQofwS-VcFriGGXxGzRMx_bzHYiLaYB6bTs0AEv-n6vHf9E2MHGSUYjFfAz2wV6ME=s320&quot;  border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_7327945475808923378&quot; /&gt;&lt;/a&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;我們知道卡片的回饋比率是1/30或1/15，乘上價值0.3，也就是說平常消費約1%、官網買票約2%的消費回饋，海外消費或外幣購票還要扣1.5%手續費，這個卡實在不是太有吸引力啊。&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;  </content><link rel='replies' type='application/atom+xml' href='http://tonysnote.whybut.com/feeds/7746938415631096884/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://tonysnote.whybut.com/2024/01/blog-post.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/7746938415631096884'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/7746938415631096884'/><link rel='alternate' type='text/html' href='http://tonysnote.whybut.com/2024/01/blog-post.html' title='華航哩程價值及聯名卡回饋比率'/><author><name>Tony Huang</name><uri>http://www.blogger.com/profile/01258944684598910324</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_TA8EBCCBf0KQyk0bIZ3pu_JSpEaj3C8QAWUbENx0Dt85K9IIU-IofMNXMfHQJErU8C24d0IC8RpsWDrDIkt2wpEE0CfMtKiMczadbXK-XykLhxxCrKKKlu5XsDSRmw/s96/TonyHuangIllustGlass.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/a/AVvXsEjFhwfTU3vjb6EeKYLjRNN9Gvo_C6mqNCkLFHv-KIO7109AbP0yLHx0s0d6gavmFVepqsapKDQ9P7-69MqTBr0FVl5s3wAPnMW9-4M1vi_KuluhzWMMdmrlpuxnucoEYl5dVBn7_6h2BWQAibQxa3e9sfRD58JNBWd6YXXrynkIPTPR-ebFKwRnSBuCxxc=s72-c" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8738861532118661180.post-216493902972629090</id><published>2024-01-21T15:05:00.001+08:00</published><updated>2024-01-21T15:05:58.395+08:00</updated><title type='text'>台胞證大頭照片排版設定(使用PhotoCap)</title><content type='html'>&lt;div dir=&quot;ltr&quot;&gt;現在智慧型手機很方便，有許多優秀的證件照APP可以輕鬆去背、修容、調色，整理出不錯的大頭照，我試用了「&lt;a href=&quot;https://play.google.com/store/apps/details?id=jp.gr.java_conf.siranet.idphoto&quot;&gt;證件照應用&lt;/a&gt;」和「&lt;a href=&quot;https://play.google.com/store/apps/details?id=idphoto.passport.portrait&quot;&gt;身份證照片和護照照片 - 人像裁剪&lt;/a&gt;」這二款，使用起來都很方便。&lt;br&gt;&lt;br&gt;但是因為都用手指頭來調整大小，有時排版印出來的照片不見得完全符合尺寸。最近要辦台胞證，就是因為最後沖洗出來的照片不符合尺寸，只好還是開電腦用PhotoCap排。&lt;br&gt;&lt;br&gt;依中國國家移民管理局、出入境證件相片照相指引之規定，紙質相片尺寸33*48mm，有效區域30*40mm。&lt;br&gt;&lt;br&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEjUQ-gskHeqLdLyxbXv4qKs8_AijYo9vNx5V1rUS2Lvl20pWsLnWZzBuOi-SjLbluRGbiPBc9PfkdmRuWwKmzrhnyY1hah5WHG-YgTlvKsGeCS6I1DELaaEIYC89su-kzDEfInAxAd_ZVjn3_gQ06KGwy8DvpW6hPGslwMIPhlO01ppaOHdaSUPbtax0kc&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEjUQ-gskHeqLdLyxbXv4qKs8_AijYo9vNx5V1rUS2Lvl20pWsLnWZzBuOi-SjLbluRGbiPBc9PfkdmRuWwKmzrhnyY1hah5WHG-YgTlvKsGeCS6I1DELaaEIYC89su-kzDEfInAxAd_ZVjn3_gQ06KGwy8DvpW6hPGslwMIPhlO01ppaOHdaSUPbtax0kc=s320&quot;  border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_7326444369466820178&quot; /&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;300DPI 的 6*4 inch = 1800*1200 Pixel、&lt;br&gt;每一個mm=1/25.4*300=11.811pxl&lt;br&gt;寬33mm=33/25.4*300=389.764pxl&lt;br&gt;高48mm=48/25.4*300=566.929pxl&lt;br&gt;&lt;br&gt;修改預設模板排列成四欄二列置中八張，每張照片設定390*567pxl，周圍留白維持原設定+8，二端留邊相應調整後，計算出以下數據：&lt;br&gt;橫排四張加留邊留白，X軸排列方式：88+8+390+8+8+390+8+8+390+8+8+390+8+88=1800pxl&lt;br&gt;縱排二張加留邊留白，Y軸排列方式：17+8+567+8+8+567+8+17=1200pxl&lt;br&gt;&lt;br&gt;所以我們新模板的照片物件屬性設定中調整：&lt;br&gt;上排座標：(96:25)、(502:25)、(908:25)、(1314:25)。&lt;br&gt;下排座標：(96:608)、(502:608)、(908:608)、(1314:608)。&lt;br&gt;&lt;br&gt;整體版型設定好了以後，要依照規定設置參考線，調出來的大頭照尺寸才會正確。&lt;br&gt;&lt;br&gt;參考線(橫)：&lt;br&gt;單張照片尺寸扣掉有效範圍之高度：48-40=8mm，依照範例圖決定上邊距抓3下邊距抓5mm。&lt;br&gt;相片有效高度40內頭頂離上緣1-3，取中值2，加上邊距3：3+2=5mm=59.055pxl。&lt;br&gt;※計算得到上排照片頭頂對齊位置在：17+8+59=84pxl。&lt;br&gt;相片有效高度40內眼睛區域離上緣，成人14-22、兒童14-26。有效範圍離上邊距3須加上，3+14=17mm=200.787pxl、3+22=25mm=295.276pxl、3+26=29mm=342.520pxl。&lt;br&gt;※計算得到上排照片眼睛區域開始位置在：17+8+201=226pxl。&lt;br&gt;※計算得到上排照片眼睛區域成人結束位置在：17+8+295=320pxl。&lt;br&gt;※計算得到上排照片眼睛區域兒童結束位置在：17+8+343=368pxl。&lt;br&gt;相片有效高度40內頭部高度30-34頭頂離上緣1-3取中值2，加上邊距3：3+2+30=35mm=413.386pxl、3+2+34=39mm=460.630pxl。&lt;br&gt;※計算得到上排照片下巴對齊開始位置在：17+8+414=439pxl&lt;br&gt;※計算得到上排照片下巴對齊結束位置在：17+8+461=486pxl&lt;br&gt;上下排照片留白間距8+8，再加上排照片高度567，故下排位置為上排位置加上583。&lt;br&gt;※計算得到下排照片頭頂對齊位置在：17+8+567+8+8+59=667pxl。&lt;br&gt;※計算得到下排照片眼睛區域開始位置在：17+8+567+8+8+201=809pxl。&lt;br&gt;※計算得到下排照片眼睛區域成人結束位置在：17+8+567+8+8+295=903pxl。&lt;br&gt;※計算得到下排照片眼睛區域兒童結束位置在：17+8+567+8+8+343=951pxl。&lt;br&gt;※計算得到下排照片下巴對齊開始位置在：17+8+567+8+8+414=1022pxl。&lt;br&gt;※計算得到下排照片下巴對齊結束位置在：17+8+567+8+8+461=1069pxl。&lt;br&gt;由此得知參考線應放置在Y軸：84、226、320、368、439、486、667、809、903、951、1022、1069pxl共十二處。&lt;br&gt;&lt;br&gt;參考線(豎)：&lt;br&gt;單張照片尺寸扣掉有效範圍之寬度：33-30=3mm，依照範例圖決定置中即各照片390/2=195pxl處。&lt;br&gt;臉部寬度要求16-24mm，即離195中線左12mm(142pxl)、左8mm(94pxl)、右8mm(94pxl)、右12mm(142pxl)處。&lt;br&gt;也就是各照片的195-142=53pxl、195-94=101pxl、195+94=289pxl、195+142=337pxl處。&lt;br&gt;※計算得到第一欄照片臉部區域左側開始位置在：88+8+53=149pxl。&lt;br&gt;※計算得到第一欄照片臉部區域左側結束位置在：88+8+101=197pxl。&lt;br&gt;※計算得到第一欄照片臉部區域右側開始位置在：88+8+289=385pxl。&lt;br&gt;※計算得到第一欄照片臉部區域右側結束位置在：88+8+337=433pxl。&lt;br&gt;每欄照片留白間距8+8，再加左側照片寬度390，故位置為左排位置加上406。&lt;br&gt;※計算得到第二欄照片臉部區域左側開始位置在：88+8+390+8+8+53=555pxl。&lt;br&gt;※計算得到第二欄照片臉部區域左側結束位置在：88+8+390+8+8+101=603pxl。&lt;br&gt;※計算得到第二欄照片臉部區域右側開始位置在：88+8+390+8+8+289=791pxl。&lt;br&gt;※計算得到第二欄照片臉部區域右側結束位置在：88+8+390+8+8+337=839pxl。&lt;br&gt;※計算得到第三欄照片臉部區域左側開始位置在：88+8+390+8+8+390+8+8+53=961pxl。&lt;br&gt;※計算得到第三欄照片臉部區域左側結束位置在：88+8+390+8+8+390+8+8+101=1009pxl。&lt;br&gt;※計算得到第三欄照片臉部區域右側開始位置在：88+8+390+8+8+390+8+8+289=1197pxl。&lt;br&gt;※計算得到第三欄照片臉部區域右側結束位置在：88+8+390+8+8+390+8+8+337=1245pxl。&lt;br&gt;※計算得到第四欄照片臉部區域左側開始位置在：88+8+390+8+8+390+8+8+390+8+8+53=1367pxl。&lt;br&gt;※計算得到第四欄照片臉部區域左側結束位置在：88+8+390+8+8+390+8+8+390+8+8+101=1415pxl。&lt;br&gt;※計算得到第四欄照片臉部區域右側開始位置在：88+8+390+8+8+390+8+8+390+8+8+289=1603pxl。&lt;br&gt;※計算得到第四欄照片臉部區域右側結束位置在：88+8+390+8+8+390+8+8+390+8+8+337=1651pxl。&lt;br&gt;由此得知參考線應放置在X軸：149、197、385、433、555、603、791、839、961、1009、1197、1245、1367、1415、1603、1651pxl共十六處。&lt;br&gt;&lt;br&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEglDEN4qH9dztZTHL46jhvdTfXZu51baOVOir8LlL5ec1t0nhy4HdD_1Nk8Z_HrC59HQ71-G-nePg1J-rAPKjsaUUSgRakqxm7fsA60UmNk3iV_xHw_k_dfyXjSzj8nExjnK8Rq7A8ZGiTBxigy40rTAs8JRBf_JOBNA24pnJ0jwL1BUv6hKDQau4SuZyw&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEglDEN4qH9dztZTHL46jhvdTfXZu51baOVOir8LlL5ec1t0nhy4HdD_1Nk8Z_HrC59HQ71-G-nePg1J-rAPKjsaUUSgRakqxm7fsA60UmNk3iV_xHw_k_dfyXjSzj8nExjnK8Rq7A8ZGiTBxigy40rTAs8JRBf_JOBNA24pnJ0jwL1BUv6hKDQau4SuZyw=s320&quot;  border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_7326444373636223378&quot; /&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;排版整理好的照片，拿去附近有「&lt;a href=&quot;https://www.hiti.com/likoda/channel_detail.aspx?MenuID=135&amp;amp;lang=TW&quot;&gt;相片立可得&lt;/a&gt;」自助式機台的超商，使用藍芽或LINE傳到機台操作幾下，只花幾塊錢證件照就搞定，當場就可取件。&lt;br&gt;&lt;/div&gt;  </content><link rel='replies' type='application/atom+xml' href='http://tonysnote.whybut.com/feeds/216493902972629090/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://tonysnote.whybut.com/2024/01/photocap.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/216493902972629090'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/216493902972629090'/><link rel='alternate' type='text/html' href='http://tonysnote.whybut.com/2024/01/photocap.html' title='台胞證大頭照片排版設定(使用PhotoCap)'/><author><name>Tony Huang</name><uri>http://www.blogger.com/profile/01258944684598910324</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_TA8EBCCBf0KQyk0bIZ3pu_JSpEaj3C8QAWUbENx0Dt85K9IIU-IofMNXMfHQJErU8C24d0IC8RpsWDrDIkt2wpEE0CfMtKiMczadbXK-XykLhxxCrKKKlu5XsDSRmw/s96/TonyHuangIllustGlass.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/a/AVvXsEjUQ-gskHeqLdLyxbXv4qKs8_AijYo9vNx5V1rUS2Lvl20pWsLnWZzBuOi-SjLbluRGbiPBc9PfkdmRuWwKmzrhnyY1hah5WHG-YgTlvKsGeCS6I1DELaaEIYC89su-kzDEfInAxAd_ZVjn3_gQ06KGwy8DvpW6hPGslwMIPhlO01ppaOHdaSUPbtax0kc=s72-c" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8738861532118661180.post-5858322020135638332</id><published>2023-10-02T08:27:00.001+08:00</published><updated>2023-10-02T08:27:39.251+08:00</updated><title type='text'>Kindle 電子紙閱讀器新手指南</title><content type='html'>&lt;div dir=&quot;auto&quot;&gt;這篇是基礎概念，現實生活中我身邊有不只一位需要，故整理在此。&lt;div dir=&quot;auto&quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div dir=&quot;auto&quot;&gt;選擇 Kindle 的原因在於它使用電子墨水（E Ink）和電子紙技術，耗電非常低，顯示時不像一般平板顯示器會發光，需在日光下或開燈使用，閱讀體驗更接近實體書本，比較不容易造成眼睛疲勞。&lt;br&gt;&lt;div dir=&quot;auto&quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div dir=&quot;auto&quot;&gt;使用 Kindle 首先要有 Amazon 帳戶。&lt;/div&gt;&lt;div dir=&quot;auto&quot;&gt;如果居住地有亞馬遜商城，比如說日本、澳洲，瀏覽器直接搜尋Amazon，通常第一跟第二個會是亞馬遜美國總站，跟當地亞馬遜分站，我們優先選擇當地分站。若在美國或是當地沒有亞馬遜（比如說在台灣），則一律建議上美國官網。&lt;/div&gt;&lt;div dir=&quot;auto&quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div dir=&quot;auto&quot;&gt;註冊申請帳戶，流程不外乎填入真實姓名地址電話郵箱等，認證完成後可以開始購物，此時居住地有亞馬遜商城的，可以直接購買，若身處其他地區，有時需要加國際運費，或者也可以選擇以其他方式購買，此處略過購買細節。&lt;/div&gt;&lt;div dir=&quot;auto&quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div dir=&quot;auto&quot;&gt;Kindle 產品線有數個選擇，目前只推薦 Kindle Paperwhite 與 Kindle Oasis ，螢幕解析度300ppi，達到印刷品水準。Oasis有實體翻頁按鍵，握持手感也比較舒適，是較佳的選項。&lt;/div&gt;&lt;div dir=&quot;auto&quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div dir=&quot;auto&quot;&gt;拿到閱讀器後，首先連接WiFi ，連上網後以之前註冊的亞馬遜帳戶登入，此帳戶決定你使用那個地區的亞馬遜書店，各國書店內容與價格幣值各異。閱讀器登入後，即可在裝置內的書店購買電子書籍，開始閱讀。&lt;/div&gt;&lt;div dir=&quot;auto&quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div dir=&quot;auto&quot;&gt;亞馬遜公司推出Kindle閱讀器，並且賣得不是非常貴，主要是希望大家執行以上步驟，多多在他們書店消費，然而設備功能還可以做更多事。&lt;/div&gt;&lt;div dir=&quot;auto&quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div dir=&quot;auto&quot;&gt;系統設定裡可以選擇中文介面，可惜現階段只有簡體中文，輸入部分倒是有注音輸入法可以使用。&lt;/div&gt;&lt;div dir=&quot;auto&quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div dir=&quot;auto&quot;&gt;畢竟是美國起家的書店，英文書佔大宗，官方有英漢字典在閱讀器按一按就可以使用，功能上覺得已經夠用，若不足可以網路上搜尋，有更詳盡或其他語言的字典可選。&lt;/div&gt;&lt;div dir=&quot;auto&quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div dir=&quot;auto&quot;&gt;閱讀器內建許多英文字型，中文字型則有黑體、圓體、楷體、明體。前幾年開始，Kindle 閱讀介面已支持使用自訂字型。以隨機附的傳輸線連結電腦，在儲存空間內最底層建立fonts資料夾，然後把喜歡的字型檔案複製進去。可以參考我整理的原俠正楷字型，介於楷體和明體的感覺、工整易讀，另外附加了簡體自動正體顯示，以及橫書閱讀轉呈現為直書版面功能。&lt;/div&gt;&lt;div dir=&quot;auto&quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div dir=&quot;auto&quot;&gt;Kindle 閱讀器尺寸與漫畫書差不多，其實也很適合看漫畫，電子漫畫書官方書店有賣，也有一些網路上其他的資源，在此不深入說明。&lt;/div&gt;&lt;div dir=&quot;auto&quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div dir=&quot;auto&quot;&gt;管理電子書內容，推薦使用功能非常詳盡的Calibre軟體。&lt;/div&gt;&lt;div dir=&quot;auto&quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div dir=&quot;auto&quot;&gt;關於電子商品的所有權保護，主流是DRM技術，這個一直是有爭議的，網路上其實也有解除的DeDRM方式，建議只使用在自己已經購買的書籍，做永久保存。&lt;/div&gt;&lt;div dir=&quot;auto&quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;  </content><link rel='replies' type='application/atom+xml' href='http://tonysnote.whybut.com/feeds/5858322020135638332/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://tonysnote.whybut.com/2023/10/kindle.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/5858322020135638332'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/5858322020135638332'/><link rel='alternate' type='text/html' href='http://tonysnote.whybut.com/2023/10/kindle.html' title='Kindle 電子紙閱讀器新手指南'/><author><name>Tony Huang</name><uri>http://www.blogger.com/profile/01258944684598910324</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_TA8EBCCBf0KQyk0bIZ3pu_JSpEaj3C8QAWUbENx0Dt85K9IIU-IofMNXMfHQJErU8C24d0IC8RpsWDrDIkt2wpEE0CfMtKiMczadbXK-XykLhxxCrKKKlu5XsDSRmw/s96/TonyHuangIllustGlass.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8738861532118661180.post-2041804909557644286</id><published>2023-08-01T00:30:00.000+08:00</published><updated>2023-08-07T14:31:23.045+08:00</updated><title type='text'>原俠正楷 GuanKiapTsingKhai ，增加方便的偽直排字型，免轉正免簡轉繁直接閱讀</title><content type='html'>&lt;div dir=&quot;ltr&quot;&gt;上個月更新了自己整理的「&lt;a href=&quot;https://github.com/tonyhuan/GuanKiapTsingKhai&quot; target=&quot;_blank&quot;&gt;原俠正楷&lt;/a&gt;」字型後，已經能夠以動態辭彙，對應處理一簡對多繁的自動選字，算是能夠方便閱讀簡體字文章了。&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;這次一方面因應網友的要求，一方面自己有時也想要直讀，於是把偽直排給補上了。這次依然以芫荽為主體(最新1.002版)，輔以霞鶩文楷輕便版(最新1.300版)來補全缺字，以自己整理的動態詞庫彙整選字，再添加上直排化處理，總算是初步完成功能；原俠運行了第一次小周天。&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;之前 Klee One 剛釋出時，作為電子書閱讀者的我，想說不知道這麼好看的字型，何時有人弄成可以方便拿來看書多好。沒想到網路上強力大佬有的狂補字(霞鶩)，有的精校對(芫荽)，二年多時間已頗為完備，真是太感謝了。對於字型毫無概念的我，藉由摸索試錯加上網友提攜，竟也整理出自己想要的簡轉繁及偽直排功能，希望大家用得上的話也不吝指教～&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;「原俠正楷」標準無印原版，保留原始正體及簡體字共存，標點置中引號不置換。&lt;br /&gt;&lt;/li&gt;&lt;li&gt;「原俠正楷-S」置換引號，並正體化大部分的簡字，遇到一簡對多繁的字保留不處理。&lt;/li&gt;&lt;li&gt;「原俠正楷-T」承上，並使用單一常用正體字取代一對多的簡體字。&lt;br /&gt;&lt;/li&gt;&lt;li&gt;「原俠正楷-W」利用常用詞彙庫對比自動選字，盡量顯示正確字體。&lt;br /&gt;&lt;/li&gt;&lt;li&gt;「原俠正楷-TW」除了能自動選字，同時也轉換為台灣習慣用語。&lt;br /&gt;&lt;/li&gt;&lt;li&gt;「原俠正楷-?-90」以上各字型的對應偽直排字型，方便直書閱讀。&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;div&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEjHhWE_Mg2WhsORo0vHD9kSLANUeA4rZetAMwleh9JWTOpIBHz5KoExSJmWkD3kAJVKrjd5UjMLpki7tk9SRnjUlMOPc46Fz6Jkpdc_3fA8lsJx4qzlXbd5SoqznjZQPaS8SCaIrIXaiVL_PcJFWan_pUff6KgT00a_60-Shs-GyCHyuD5TDCbSfbnsHKQ&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; id=&quot;BLOGGER_PHOTO_ID_7262021320361442706&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEjHhWE_Mg2WhsORo0vHD9kSLANUeA4rZetAMwleh9JWTOpIBHz5KoExSJmWkD3kAJVKrjd5UjMLpki7tk9SRnjUlMOPc46Fz6Jkpdc_3fA8lsJx4qzlXbd5SoqznjZQPaS8SCaIrIXaiVL_PcJFWan_pUff6KgT00a_60-Shs-GyCHyuD5TDCbSfbnsHKQ=s320&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEiTKV_0D-QHLYrYqV881V2tV8bNezEf5xj11MRlmtZp8rnf3yufeeTfXQu7Jx5kuAeNNnJUvYkPfomyX6XoNuTuOjY7B9k1pkXqHUAMCAotn6sHoExRqb_Z84YZ5atNn0tlbVXWFMWiOkvnUVPh8z6T7bdDUSKeqjquES-pWjHz7YqYAxprdDPksSr9p6U&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; id=&quot;BLOGGER_PHOTO_ID_7262021330084718226&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEiTKV_0D-QHLYrYqV881V2tV8bNezEf5xj11MRlmtZp8rnf3yufeeTfXQu7Jx5kuAeNNnJUvYkPfomyX6XoNuTuOjY7B9k1pkXqHUAMCAotn6sHoExRqb_Z84YZ5atNn0tlbVXWFMWiOkvnUVPh8z6T7bdDUSKeqjquES-pWjHz7YqYAxprdDPksSr9p6U=s320&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;&lt;br class=&quot;gmail-Apple-interchange-newline&quot; /&gt;&lt;div&gt;已知問題：使用於特定排版文件如圖文固定位置、多字型混排，或個別開放型閱讀器(如Boox)內建的書庫App(如neoreader)，有時自動選字的W跟TW版會發生疊字、或部份顯示原簡字的狀況。這時建議使用T版，或以標準版搭配App之簡轉繁功能使用。&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;「原俠正楷」&lt;br /&gt;&lt;a href=&quot;https://github.com/tonyhuan/GuanKiapTsingKhai&quot; target=&quot;_blank&quot;&gt;https://github.com/tonyhuan/GuanKiapTsingKhai&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;到畫面右側的 &lt;a href=&quot;https://github.com/tonyhuan/GuanKiapTsingKhai/releases&quot;&gt;Releases 欄位&lt;/a&gt;，點擊 &lt;a href=&quot;https://github.com/tonyhuan/GuanKiapTsingKhai/releases/tag/V1.12&quot;&gt;V1.12 - (2023/07/31)&lt;/a&gt; 進入最新版下載頁面。&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;  </content><link rel='replies' type='application/atom+xml' href='http://tonysnote.whybut.com/feeds/2041804909557644286/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://tonysnote.whybut.com/2023/08/guankiaptsingkhai.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/2041804909557644286'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/2041804909557644286'/><link rel='alternate' type='text/html' href='http://tonysnote.whybut.com/2023/08/guankiaptsingkhai.html' title='原俠正楷 GuanKiapTsingKhai ，增加方便的偽直排字型，免轉正免簡轉繁直接閱讀'/><author><name>Tony Huang</name><uri>http://www.blogger.com/profile/01258944684598910324</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_TA8EBCCBf0KQyk0bIZ3pu_JSpEaj3C8QAWUbENx0Dt85K9IIU-IofMNXMfHQJErU8C24d0IC8RpsWDrDIkt2wpEE0CfMtKiMczadbXK-XykLhxxCrKKKlu5XsDSRmw/s96/TonyHuangIllustGlass.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/a/AVvXsEjHhWE_Mg2WhsORo0vHD9kSLANUeA4rZetAMwleh9JWTOpIBHz5KoExSJmWkD3kAJVKrjd5UjMLpki7tk9SRnjUlMOPc46Fz6Jkpdc_3fA8lsJx4qzlXbd5SoqznjZQPaS8SCaIrIXaiVL_PcJFWan_pUff6KgT00a_60-Shs-GyCHyuD5TDCbSfbnsHKQ=s72-c" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8738861532118661180.post-4921069234360832387</id><published>2023-07-27T09:20:00.000+08:00</published><updated>2024-01-16T11:16:17.209+08:00</updated><title type='text'>以 FontForge 免費開源軟體 修改字型</title><content type='html'>&lt;div dir=&quot;ltr&quot;&gt;首先到 FontForge 官網「&lt;a href=&quot;https://fontforge.org/&quot;&gt;https://fontforge.org/&lt;/a&gt;」，或他們 GitHub 專頁「&lt;a href=&quot;https://github.com/fontforge/fontforge/&quot;&gt;https://github.com/fontforge/fontforge/&lt;/a&gt;」，下載最新版安裝檔，目前最新版是「&lt;a href=&quot;https://github.com/fontforge/fontforge/releases/download/20230101/FontForge-2023-01-01-Windows.exe&quot;&gt;20230101&lt;/a&gt;」版。&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;安裝好後，若要更改 FontForge 的介面語言，需到安裝目錄，通常在「C:\Program Files (x86)\FontForgeBuilds\」，找到 fontforge.bat 這個檔案，按右鍵編輯，找到「::set LANGUAGE=en 」，在下方新增一行「set LANGUAGE=zh_TW」，儲存之後再開啟程式就變成繁體中文了。使用時盡量以系統管理員身分執行，我是直接在捷徑按右鍵，選內容 -&amp;gt; 相容性，勾選「以系統管理員的身分執行此程式」。執行軟體會要求開啟或新建字型，必須確定檔案位置才會開始匯入，然後進入字型預覽窗格。&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;主選單按「元件→字型資訊」(Ctrl+Shift+F) 出現視窗後，在名稱頁修改字型名稱、字重、版本等資訊。在一般頁設定字型的Em尺寸、上下緣、底線位置及高度。之後的每一頁都有相關設定可以修改。&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;主選單按「檢視→前往」(Ctrl+Shift+&amp;gt;) 出現視窗後，輸入要去的位置，比如說直排標點的開頭位&lt;/div&gt;&lt;div&gt;置「U+FE10」。&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;主選單按「元件→變換」(Ctrl+\) 出現視窗後，可以指定變化方式，例如旋轉逆時針90度、位移XY軸各多少值、還有歪斜神縮等等。&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;主選單按「檔案→執行命令稿」(Ctrl+.) 開啟指令視窗，可以貼上指令碼，下方可指定使用 Python 或 FF 語法。&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;情境一，直式標點沒有上下左右置中，使用已經置中的橫式標點字圖來取代：&lt;/div&gt;&lt;div&gt;U+FE10←(，)U+FF0C&lt;/div&gt;&lt;div&gt;U+FE11←(、)U+3001&lt;/div&gt;&lt;div&gt;U+FE12←(。)U+3002&lt;/div&gt;&lt;div&gt;U+FE13←(：)U+FF1A&lt;/div&gt;&lt;div&gt;U+FE14←(；)U+FF1B&lt;/div&gt;&lt;div&gt;U+FE15←(！)U+FF01&lt;/div&gt;&lt;div&gt;U+FE16←(？)U+FF1F&lt;/div&gt;&lt;div&gt;這幾個字逐個去找字圖複製貼上，不如使用以下 Script 即所謂命令稿來批次執行：&lt;/div&gt;&lt;div&gt;================ 直式標點取代之FF語法 ================&lt;/div&gt;&lt;div&gt;Reencode(&quot;unicode4&quot;)&lt;/div&gt;&lt;div&gt;Select(0uFF0C)&lt;/div&gt;&lt;div&gt;Copy()&lt;/div&gt;&lt;div&gt;Select(0uFE10)&lt;/div&gt;&lt;div&gt;Paste()&lt;/div&gt;&lt;div&gt;Select(0u3001)&lt;/div&gt;&lt;div&gt;Copy()&lt;/div&gt;&lt;div&gt;Select(0uFE11)&lt;/div&gt;&lt;div&gt;Paste()&lt;/div&gt;&lt;div&gt;Select(0u3002)&lt;/div&gt;&lt;div&gt;Copy()&lt;/div&gt;&lt;div&gt;Select(0uFE12)&lt;/div&gt;&lt;div&gt;Paste()&lt;/div&gt;&lt;div&gt;Select(0uFF1A)&lt;/div&gt;&lt;div&gt;Copy()&lt;/div&gt;&lt;div&gt;Select(0uFE13)&lt;/div&gt;&lt;div&gt;Paste()&lt;/div&gt;&lt;div&gt;Select(0uFF1B)&lt;/div&gt;&lt;div&gt;Copy()&lt;/div&gt;&lt;div&gt;Select(0uFE14)&lt;/div&gt;&lt;div&gt;Paste()&lt;/div&gt;&lt;div&gt;Select(0uFF01)&lt;/div&gt;&lt;div&gt;Copy()&lt;/div&gt;&lt;div&gt;Select(0uFE15)&lt;/div&gt;&lt;div&gt;Paste()&lt;/div&gt;&lt;div&gt;Select(0uFF1F)&lt;/div&gt;&lt;div&gt;Copy()&lt;/div&gt;&lt;div&gt;Select(0uFE16)&lt;/div&gt;&lt;div&gt;Paste()&lt;/div&gt;&lt;div&gt;================ 直式標點取代之FF語法 ================&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;情境二，以台灣慣用的「」取代中國習用的“”引號：&lt;/div&gt;&lt;div&gt;「 (U+300C) → “ (U+201C)&lt;/div&gt;&lt;div&gt;」 (U+300D) → ” (U+201D)&lt;/div&gt;&lt;div&gt;『 (U+300E) → ‘ (U+2018)&lt;/div&gt;&lt;div&gt;』 (U+300F) → ’ (U+2019)&lt;/div&gt;&lt;div&gt;「(U+300C) → 〝 (U+301D)&lt;/div&gt;&lt;div&gt;」(U+300D) → 〞 (U+301E)&lt;/div&gt;&lt;div&gt;可使用以下 Script 來批次執行：&lt;/div&gt;&lt;div&gt;================ 引號取代之FF語法 ================&lt;/div&gt;&lt;div&gt;Reencode(&quot;unicode4&quot;)&lt;/div&gt;&lt;div&gt;Select(0u300C)&lt;/div&gt;&lt;div&gt;Copy()&lt;/div&gt;&lt;div&gt;Select(0u201C)&lt;/div&gt;&lt;div&gt;Paste()&lt;/div&gt;&lt;div&gt;Select(0u300D)&lt;/div&gt;&lt;div&gt;Copy()&lt;/div&gt;&lt;div&gt;Select(0u201D)&lt;/div&gt;&lt;div&gt;Paste()&lt;/div&gt;&lt;div&gt;Select(0u300E)&lt;/div&gt;&lt;div&gt;Copy()&lt;/div&gt;&lt;div&gt;Select(0u2018)&lt;/div&gt;&lt;div&gt;Paste()&lt;/div&gt;&lt;div&gt;Select(0u300F)&lt;/div&gt;&lt;div&gt;Copy()&lt;/div&gt;&lt;div&gt;Select(0u2019)&lt;/div&gt;&lt;div&gt;Paste()&lt;/div&gt;&lt;div&gt;Select(0u300C)&lt;/div&gt;&lt;div&gt;Copy()&lt;/div&gt;&lt;div&gt;Select(0u301D)&lt;/div&gt;&lt;div&gt;Paste()&lt;/div&gt;&lt;div&gt;Select(0u300D)&lt;/div&gt;&lt;div&gt;Copy()&lt;/div&gt;&lt;div&gt;Select(0u301E)&lt;/div&gt;&lt;div&gt;Paste()&lt;/div&gt;&lt;div&gt;================ 引號取代之FF語法 ================&lt;/div&gt;&lt;div&gt;以上二段指令之 Copy() 可以改成 CopyReference() 語法，就會採用連結字圖而非複製取代方式，照理說檔案會變小，但是相容性適用性比較不能確保，一般還是直接改掉比較安全可靠。&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;情境三，將0u2030以後的所有非標號非拉丁文字逆時針旋轉90度，製作偽直排字型：&lt;/div&gt;&lt;div&gt;================ 非拉丁文字改方向之FF語法 ================&lt;/div&gt;&lt;div&gt;SelectAll()&lt;/div&gt;&lt;div&gt;SelectFewer(0u0,0u202F)&lt;/div&gt;&lt;div&gt;SelectFewer(0u3008,0u3011)&lt;/div&gt;&lt;div&gt;SelectFewer(0u3014,0u301F)&lt;/div&gt;&lt;div&gt;SelectFewer(0uFE63)&lt;/div&gt;&lt;div&gt;SelectFewer(0uFE66)&lt;/div&gt;&lt;div&gt;SelectFewer(0uFF08,0uFF09)&lt;/div&gt;&lt;div&gt;SelectFewer(0uFF0D)&lt;/div&gt;&lt;div&gt;SelectFewer(0uFF1C,0uFF1E)&lt;/div&gt;&lt;div&gt;SelectFewer(0uFF3B)&lt;/div&gt;&lt;div&gt;SelectFewer(0uFF3D)&lt;/div&gt;&lt;div&gt;SelectFewer(0uFF5B)&lt;/div&gt;&lt;div&gt;SelectFewer(0uFF5D,0uFF60)&lt;/div&gt;&lt;div&gt;SelectFewer(0uFF62,0uFF63)&lt;/div&gt;&lt;div&gt;SelectFewer(0x110b4d,0x110b7c)&lt;/div&gt;&lt;div&gt;SelectFewer(0x110b81,0x110b86)&lt;/div&gt;&lt;div&gt;SelectFewer(0x110db5,0x110db8)&lt;/div&gt;&lt;div&gt;SelectFewer(0x110dd4)&lt;/div&gt;&lt;div&gt;SelectFewer(0x110df3,0x110df4)&lt;/div&gt;&lt;div&gt;Rotate(90,0,0)&lt;/div&gt;&lt;div&gt;Move(880,-120)&lt;/div&gt;&lt;div&gt;================ 非拉丁文字改方向之FF語法 ================&lt;/div&gt;&lt;div&gt;文字轉向的位置偏移量各字型不同，主要以字型資訊裡設定的字體位置來微調。&lt;/div&gt;&lt;div&gt;上述語法也可以只做到選擇，轉向與移動按「元件→變換」(Ctrl+\)以圖形化介面做操作。&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZe2BGe917N9ZkqzGTrYOTGk_D13AzIWc7q4wOxT3JWrn7XLBNRMc42OBojBPfk_zOS9JopPoJBS3DZ0rCYLrb2nFOtHmJ1kfP3JiHaodj_aE9Y6jinbKW-ASRaOE-BZ8krGDoGR2ZzlV01ADj5cOkxgZGl3Nj28kdJEzuj9Tpl9sgiDHzg1opZETIDqg/s1201/%E9%80%86%E8%BD%8990%E5%BA%A6%E5%BE%8C%E4%BD%8D%E7%A7%BB%E6%95%B8%E5%80%BC%E8%A8%88%E7%AE%97.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;554&quot; data-original-width=&quot;1201&quot; height=&quot;185&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZe2BGe917N9ZkqzGTrYOTGk_D13AzIWc7q4wOxT3JWrn7XLBNRMc42OBojBPfk_zOS9JopPoJBS3DZ0rCYLrb2nFOtHmJ1kfP3JiHaodj_aE9Y6jinbKW-ASRaOE-BZ8krGDoGR2ZzlV01ADj5cOkxgZGl3Nj28kdJEzuj9Tpl9sgiDHzg1opZETIDqg/w400-h185/%E9%80%86%E8%BD%8990%E5%BA%A6%E5%BE%8C%E4%BD%8D%E7%A7%BB%E6%95%B8%E5%80%BC%E8%A8%88%E7%AE%97.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;完成編輯以後，主選單按「檔案→產生字型」(Ctrl+Shift+G) ，這邊我儲存成TrueType格式。網路上大部分人建議下方的「儲存之前進行驗證」不要勾選，不然會花很多時間。&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;  </content><link rel='replies' type='application/atom+xml' href='http://tonysnote.whybut.com/feeds/4921069234360832387/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://tonysnote.whybut.com/2023/07/fontforge.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/4921069234360832387'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/4921069234360832387'/><link rel='alternate' type='text/html' href='http://tonysnote.whybut.com/2023/07/fontforge.html' title='以 FontForge 免費開源軟體 修改字型'/><author><name>Tony Huang</name><uri>http://www.blogger.com/profile/01258944684598910324</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_TA8EBCCBf0KQyk0bIZ3pu_JSpEaj3C8QAWUbENx0Dt85K9IIU-IofMNXMfHQJErU8C24d0IC8RpsWDrDIkt2wpEE0CfMtKiMczadbXK-XykLhxxCrKKKlu5XsDSRmw/s96/TonyHuangIllustGlass.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZe2BGe917N9ZkqzGTrYOTGk_D13AzIWc7q4wOxT3JWrn7XLBNRMc42OBojBPfk_zOS9JopPoJBS3DZ0rCYLrb2nFOtHmJ1kfP3JiHaodj_aE9Y6jinbKW-ASRaOE-BZ8krGDoGR2ZzlV01ADj5cOkxgZGl3Nj28kdJEzuj9Tpl9sgiDHzg1opZETIDqg/s72-w400-h185-c/%E9%80%86%E8%BD%8990%E5%BA%A6%E5%BE%8C%E4%BD%8D%E7%A7%BB%E6%95%B8%E5%80%BC%E8%A8%88%E7%AE%97.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8738861532118661180.post-1488184972408816014</id><published>2023-06-09T02:16:00.000+08:00</published><updated>2023-06-09T02:17:13.268+08:00</updated><title type='text'>原俠正楷 GuanKiapTsingKhai ，現在簡轉繁也能自動轉成正確的字了</title><content type='html'>&lt;div dir=&quot;ltr&quot;&gt;去年七月發布了自己整理的「&lt;a href=&quot;https://github.com/tonyhuan/GuanKiapTsingKhai&quot;&gt;原俠正楷&lt;/a&gt;」字型後，雖然有簡單的轉繁體功能，已經能夠方便閱讀簡體字文章，但未能很好解決簡體多字共用，一簡對多繁造成無法精確轉換的問題，總覺得還是要能做到動態辭彙對應處理才算完整。&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;前幾天&lt;a href=&quot;https://github.com/ButTaiwan/iansui/&quot;&gt;芫荽字型&lt;/a&gt;改為正式版，&lt;a href=&quot;https://github.com/lxgw/LxgwWenKai-Lite&quot;&gt;霞鶩文楷&lt;/a&gt;前陣子也有改版，藉著這個機會，整理了新版字型及辭彙庫，終於將「&lt;a href=&quot;https://github.com/tonyhuan/GuanKiapTsingKhai&quot;&gt;原俠正楷&lt;/a&gt;」升級到有自動選字的新版本了。&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;話說&lt;a href=&quot;https://github.com/ayaka14732/FanWunMing&quot;&gt;繁媛明朝&lt;/a&gt;的作者，&lt;a href=&quot;https://github.com/ayaka14732&quot;&gt;新加坡Ayaka小姐&lt;/a&gt;真神人也，怎麼這麼天才想到利用OpenType字型，&lt;a href=&quot;https://ayaka.shn.hk/s2tfont/hant/&quot;&gt;字圖對應的方法實現多對多替換&lt;/a&gt;。當年看到還以為大佬也是大叔，沒想到才24歲！多謝她的理論與實踐做為榜樣，現在我也弄好了，以後看簡體書換字型就好不需要轉檔真開心。&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;「我发现皇后后面的头发很干燥，她说干什么不干你事」，&lt;/div&gt;&lt;div&gt;這種句子可以自動正確轉換成：&lt;/div&gt;&lt;div&gt;「我發現皇后後面的頭髮很乾燥，她說幹什麼不干你事」。&lt;/div&gt;&lt;div&gt;這樣不是很好嗎？！&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;「原俠正楷」&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;https://github.com/tonyhuan/GuanKiapTsingKhai&quot;&gt;https://github.com/tonyhuan/GuanKiapTsingKhai&lt;/a&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;有需要的朋友們快來下載吧！&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;  </content><link rel='replies' type='application/atom+xml' href='http://tonysnote.whybut.com/feeds/1488184972408816014/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://tonysnote.whybut.com/2023/06/guankiaptsingkhai.html#comment-form' title='4 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/1488184972408816014'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/1488184972408816014'/><link rel='alternate' type='text/html' href='http://tonysnote.whybut.com/2023/06/guankiaptsingkhai.html' title='原俠正楷 GuanKiapTsingKhai ，現在簡轉繁也能自動轉成正確的字了'/><author><name>Tony Huang</name><uri>http://www.blogger.com/profile/01258944684598910324</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_TA8EBCCBf0KQyk0bIZ3pu_JSpEaj3C8QAWUbENx0Dt85K9IIU-IofMNXMfHQJErU8C24d0IC8RpsWDrDIkt2wpEE0CfMtKiMczadbXK-XykLhxxCrKKKlu5XsDSRmw/s96/TonyHuangIllustGlass.gif'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8738861532118661180.post-7504807864598226710</id><published>2023-05-30T14:06:00.001+08:00</published><updated>2023-05-30T14:06:52.215+08:00</updated><title type='text'>以 mklink 指令建立 Hard link, Junction, 或 Symbolic Link</title><content type='html'>&lt;div dir=&quot;ltr&quot;&gt;現在使用的 Windows11 版本，不知為何無法安裝以前常用的圖形化工具：&lt;a href=&quot;https://schinagl.priv.at/nt/hardlinkshellext/linkshellextension.html&quot;&gt;Link Shell Extension&lt;/a&gt; ，只好回來使用微軟內建的 mklink 指令。&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;官方的指令說明寫得不清不楚：&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;background-color:rgb(0,0,0)&quot;&gt;&lt;font color=&quot;#ffffff&quot;&gt;建立符號連結。&lt;br&gt;&lt;br&gt;MKLINK [[/D] | [/H] | [/J]] Link Target&lt;br&gt;&lt;br&gt;        /D      建立目錄符號連結。預設是檔案符號連結。&lt;br&gt;        /H      建立永久連結而不是符號連結。&lt;br&gt;        /J      建立目錄連接。&lt;br&gt;        Link    指定新符號連結名稱。&lt;br&gt;        Target  指定新連結參照的路徑 (相對或絕對)。&lt;br&gt;&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;這樣寫太過語焉不詳，實際上這個指令的效果是：&lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;不加選項: 用於建立檔案的 Symbolic Link.&lt;/li&gt;&lt;li&gt;/D選項: 用於建立目錄的 Symbolic Link.&lt;/li&gt;&lt;li&gt;/H選項: 用於建立檔案的 Hardlink.&lt;/li&gt;&lt;li&gt;/J選項: 用於建立目錄的 Junction.&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Hardlink, Junction, 與 Symbolic Link 都是連接到儲存裝置上面，實際資料的額外連結方式，類似捷徑但功能更完整，比如說可以複製移動。&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Hardlink 是直接多一個分身但指向同一實體，會被視為獨立存在，可以改名字任意搬移或是刪除，不影響其他分身。直到刪掉最後一個分身，就等於全部整個刪除了。這很方便，但因為Hard Link指向的是每個NTFS磁碟區獨佔的檔案配置資訊，所以Hard Link無法跨磁碟區跟檔案系統。也就是說C槽資料只能增加Hardlink在C槽，不能在D槽。&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;相對於 Hardlink，Junction 與 Symbolic Link 屬於 Soft link，比較有彈性可以跨磁區，有點像捷徑，主體[標的]不能改名，刪除或移動[連結]時，[標的]不受影響。&lt;/div&gt;&lt;div&gt;Junction 的連結與標的只能是資料夾，必需是本機的本地檔案系統，且會儲存絕對路徑，主體搬家分身就失效。&lt;br&gt;&lt;/div&gt;&lt;div&gt;Symbolic Link 的連結與標的可以是檔案或資料夾，可以在本機也可以在網路其他地方，可以儲存相對路徑，主體搬家分身可以不失效。可以視為 Junction 的進階版本，唯一缺點是建立時必須有管理員權限。&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;以上總結下來，日常主要以 Symbolic Link 為主，具體使用方式：&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;建立 [D:\Temp] 連結目錄，指向本機不同磁碟 [C:\Users\Tony\AppData\Local\Temp]&lt;br&gt;mklink /d D:\temp C:\Users\Tony\AppData\Local\Temp&lt;br&gt;&lt;/div&gt;&lt;div&gt;或&lt;br&gt;&lt;/div&gt;&lt;div&gt;建立 [D:\filelog.bak] 連結檔，指向網路位置檔案 [\\192.168.1.100\system.log]&lt;br&gt;&lt;/div&gt;&lt;div&gt;mklink D:\filelog.bak \\192.168.1.100\system.log&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;做好的 Symbolic Link 要搬移、改名、刪除都可以任意處理。&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;  </content><link rel='replies' type='application/atom+xml' href='http://tonysnote.whybut.com/feeds/7504807864598226710/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://tonysnote.whybut.com/2023/05/mklink-hard-link-junction-symbolic-link.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/7504807864598226710'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/7504807864598226710'/><link rel='alternate' type='text/html' href='http://tonysnote.whybut.com/2023/05/mklink-hard-link-junction-symbolic-link.html' title='以 mklink 指令建立 Hard link, Junction, 或 Symbolic Link'/><author><name>Tony Huang</name><uri>http://www.blogger.com/profile/01258944684598910324</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_TA8EBCCBf0KQyk0bIZ3pu_JSpEaj3C8QAWUbENx0Dt85K9IIU-IofMNXMfHQJErU8C24d0IC8RpsWDrDIkt2wpEE0CfMtKiMczadbXK-XykLhxxCrKKKlu5XsDSRmw/s96/TonyHuangIllustGlass.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8738861532118661180.post-5844101399948608711</id><published>2023-05-23T12:49:00.000+08:00</published><updated>2023-05-23T12:50:21.825+08:00</updated><title type='text'>虛擬私人網路埠號 VPN Port Numbers</title><content type='html'>&lt;div dir=&quot;ltr&quot;&gt;VPN 要通必須要開放下列幾個 TCP/IP Port：&lt;br&gt;&lt;ul&gt;&lt;li&gt;PPTP的運作需要使用 TCP Port 1723 及 IP Protocol GRE(47)&lt;/li&gt;&lt;li&gt;L2TP/IPsec的運作需要使用 UDP Port 500、UDP Port 4500及IP Protocol ESP(50)&lt;/li&gt;&lt;li&gt;OpenVPN的運作需要使用 UDP Port 1194&lt;/li&gt;&lt;li&gt;WebVPN的運作需要使用 TCP Port 443&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;  </content><link rel='replies' type='application/atom+xml' href='http://tonysnote.whybut.com/feeds/5844101399948608711/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://tonysnote.whybut.com/2023/05/vpn-port-numbers.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/5844101399948608711'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/5844101399948608711'/><link rel='alternate' type='text/html' href='http://tonysnote.whybut.com/2023/05/vpn-port-numbers.html' title='虛擬私人網路埠號 VPN Port Numbers'/><author><name>Tony Huang</name><uri>http://www.blogger.com/profile/01258944684598910324</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_TA8EBCCBf0KQyk0bIZ3pu_JSpEaj3C8QAWUbENx0Dt85K9IIU-IofMNXMfHQJErU8C24d0IC8RpsWDrDIkt2wpEE0CfMtKiMczadbXK-XykLhxxCrKKKlu5XsDSRmw/s96/TonyHuangIllustGlass.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8738861532118661180.post-6064156638527386967</id><published>2023-05-08T12:34:00.001+08:00</published><updated>2023-05-08T12:34:50.121+08:00</updated><title type='text'>解決 Box 雲端空間 與 群暉 Synology NAS CloudSync 403 Forbidden Error 同步授權失敗問題</title><content type='html'>&lt;div dir=&quot;ltr&quot;&gt;四月份開始， Synology NAS (網路存伺服器) 就開始無法同步 Box 雲端空間，連線進去 NAS 開啟 CloudSync 功能一看，原來是需要重新授權，但怎麼按它都出現 403 Forbidden Error ，網路上搜尋一番，所幸有大神找出解決方案，翻譯節錄於下。&lt;div&gt;&lt;ol&gt;&lt;li&gt;以 Chrome 瀏覽器進入NAS介面，然後開啟 CloudSync。&lt;/li&gt;&lt;li&gt;按 + 按鈕增加新連線。&lt;/li&gt;&lt;li&gt;選擇 Box 然後下一步。&lt;/li&gt;&lt;li&gt;跳出授權視窗顯示「403 Forbidden Error」。&lt;/li&gt;&lt;li&gt;複製完整網址。&lt;/li&gt;&lt;li&gt;按滑鼠右鍵選檢查，或按    Ctrl-Shift-I，開啟開發者工具。&lt;/li&gt;&lt;li&gt;切換到主控台(Console)分頁。&lt;/li&gt;&lt;li&gt;貼上「self.location = &amp;quot;」，先不要送出。&lt;/li&gt;&lt;li&gt;貼上第五步驟複製的網址。&lt;/li&gt;&lt;li&gt;找到網址最後面的「http://x.x.x.x:5000」或「https://x.x.x.x:5001」，把:冒號改成%3A，斜線/改成%2F，變成「http%3A%2F%2Fx.x.x.x:5000」或「https%3A%2F%2Fx.x.x.x:5001」。&lt;/li&gt;&lt;li&gt;輸入結尾的「&amp;quot;」。&lt;br&gt;&lt;/li&gt;&lt;li&gt;按Enter送出。&lt;br&gt;&lt;/li&gt;&lt;li&gt;這樣就會順利跳出 Box 雲端空間授權畫面了。&lt;br&gt;&lt;/li&gt;&lt;/ol&gt;暫時解決多日的麻煩，靜待二方找出官方更新方案。&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;  </content><link rel='replies' type='application/atom+xml' href='http://tonysnote.whybut.com/feeds/6064156638527386967/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://tonysnote.whybut.com/2023/05/box-synology-nas-cloudsync-403.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/6064156638527386967'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/6064156638527386967'/><link rel='alternate' type='text/html' href='http://tonysnote.whybut.com/2023/05/box-synology-nas-cloudsync-403.html' title='解決 Box 雲端空間 與 群暉 Synology NAS CloudSync 403 Forbidden Error 同步授權失敗問題'/><author><name>Tony Huang</name><uri>http://www.blogger.com/profile/01258944684598910324</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_TA8EBCCBf0KQyk0bIZ3pu_JSpEaj3C8QAWUbENx0Dt85K9IIU-IofMNXMfHQJErU8C24d0IC8RpsWDrDIkt2wpEE0CfMtKiMczadbXK-XykLhxxCrKKKlu5XsDSRmw/s96/TonyHuangIllustGlass.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8738861532118661180.post-5853995111618836468</id><published>2023-05-01T10:54:00.000+08:00</published><updated>2023-05-01T10:55:02.050+08:00</updated><title type='text'>修改你的付款資料以購買/訂閱不同國家的軟體/服務 Manage your Google payments profile to buy/subscribe app/service from a different country</title><content type='html'>&lt;div dir=&quot;ltr&quot;&gt;不論是搬到不同國家或是單純想要體驗，當我們需要購買或訂閱地區限定的軟體/服務時，Google帳號中需要有當地的付款資料(payments profile)。&lt;br&gt;&lt;br&gt;參考設定多筆付款資料的&lt;a href=&quot;https://support.google.com/googlepay/answer/7644076?rd=1#changecountry&quot;&gt;官方教學&lt;/a&gt;，登入帳戶，前往&lt;a href=&quot;https://pay.google.com/#settings&quot;&gt;付款設定&lt;/a&gt;頁面，在付款資料的國家/地區旁邊按鉛筆圖案按鈕修改，新建不同國家的付款方式。&lt;br&gt;&lt;br&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEiUQMgjA0xUQDqL9ursuiMX4tsgTOGN2XYIYocEQ9DR_rEy6A9k2ECbvZkuUf4VVuq_iQRmM7vm51u0iKwqOc46konpZ1vUYugcRzXySswx-ZIXBIU5m3epVK_VMpg7LEJDzsEAVATAEn3e5reFte8G3I7uyc5EoUAJfixzrBMHmGQ8WM4ql0likRJr&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEiUQMgjA0xUQDqL9ursuiMX4tsgTOGN2XYIYocEQ9DR_rEy6A9k2ECbvZkuUf4VVuq_iQRmM7vm51u0iKwqOc46konpZ1vUYugcRzXySswx-ZIXBIU5m3epVK_VMpg7LEJDzsEAVATAEn3e5reFte8G3I7uyc5EoUAJfixzrBMHmGQ8WM4ql0likRJr=s320&quot;  border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_7228042133296447250&quot; /&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;完成後畫面右上角就會出現下拉切換選單按鈕，這時再次操作就能順利找到/購買/訂閱了。&lt;br&gt;&lt;br&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEiDi93DPFbnUXfSMq5JW8W_X9fO_65d_h63r6jn2Nkfe2Nk6yG8EoC4WE7w6sHJat70aFV-ui3Pjk1NHhyaVNMsY_r1LFkV8b9zRYPv4V4E1CGgAqsvDTNrIei6wXmFEFsmunoGarSWemBL55XJ5Ej5qFGBlP0T_VEQXeZS6ABHf83A4R5xmHr_53Mm&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEiDi93DPFbnUXfSMq5JW8W_X9fO_65d_h63r6jn2Nkfe2Nk6yG8EoC4WE7w6sHJat70aFV-ui3Pjk1NHhyaVNMsY_r1LFkV8b9zRYPv4V4E1CGgAqsvDTNrIei6wXmFEFsmunoGarSWemBL55XJ5Ej5qFGBlP0T_VEQXeZS6ABHf83A4R5xmHr_53Mm=s320&quot;  border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_7228042141626375330&quot; /&gt;&lt;/a&gt;&lt;br&gt;&lt;div&gt;&lt;div&gt;這個步驟在進行跨地區遊戲/App/書籍購買，或是 Youtube Premium 、 Google One 服務訂閱，是非常重要的前置作業，不要再傻傻地建立多個帳號來專用了。&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;  </content><link rel='replies' type='application/atom+xml' href='http://tonysnote.whybut.com/feeds/5853995111618836468/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://tonysnote.whybut.com/2023/05/manage-your-google-payments-profile-to.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/5853995111618836468'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/5853995111618836468'/><link rel='alternate' type='text/html' href='http://tonysnote.whybut.com/2023/05/manage-your-google-payments-profile-to.html' title='修改你的付款資料以購買/訂閱不同國家的軟體/服務 Manage your Google payments profile to buy/subscribe app/service from a different country'/><author><name>Tony Huang</name><uri>http://www.blogger.com/profile/01258944684598910324</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_TA8EBCCBf0KQyk0bIZ3pu_JSpEaj3C8QAWUbENx0Dt85K9IIU-IofMNXMfHQJErU8C24d0IC8RpsWDrDIkt2wpEE0CfMtKiMczadbXK-XykLhxxCrKKKlu5XsDSRmw/s96/TonyHuangIllustGlass.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/a/AVvXsEiUQMgjA0xUQDqL9ursuiMX4tsgTOGN2XYIYocEQ9DR_rEy6A9k2ECbvZkuUf4VVuq_iQRmM7vm51u0iKwqOc46konpZ1vUYugcRzXySswx-ZIXBIU5m3epVK_VMpg7LEJDzsEAVATAEn3e5reFte8G3I7uyc5EoUAJfixzrBMHmGQ8WM4ql0likRJr=s72-c" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8738861532118661180.post-4064539878282866389</id><published>2023-04-18T14:02:00.000+08:00</published><updated>2023-12-11T20:33:35.087+08:00</updated><title type='text'>澳洲護照大頭照片排版設定(使用PhotoCap)</title><content type='html'>&lt;div dir=&quot;ltr&quot;&gt;與台灣護照大頭照規定 35mm x 45mm不同，澳洲護照大頭照規定 35~40mm x 45~50mm。二邊同樣要求面部範圍32~36mm，但台灣通常計算下巴至髮梢，而澳洲特別指出要下巴至頭殼頂、頭皮以上頭髮不計算。雖然未規定面部上下位置，但澳洲郵局收件人員皆使用參考圖尺檢查照片，上面的透明格線之面部範圍(頭頂上限至下巴位置)大致置中，也就是4.5+36+4.5=45mm高這種排法。送件時曾被刁難照片太小張(下緣太多上緣不足)須重拍，跟他們爭論純屬浪費時間，故自行比照設置參考線重新來過以免麻煩。&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgYeayxLOL1-VoisQVhURJTYdyo5KCbUWmDIi2MWrcOCG2zAQC6YUrNSL1ixP3OS-7XZmTGKyA-MnZ-P5hR_WPeEuIYr9PD-uFmJqQa43xZNvd42hoiGpqyS4-VeA0hedaSaIraj99r_90OXZ6ZRhRzsu3oPYmwVFkwz8WiuIp-U1ODDAmYU4dPIg3U&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; id=&quot;BLOGGER_PHOTO_ID_7223266582467017826&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgYeayxLOL1-VoisQVhURJTYdyo5KCbUWmDIi2MWrcOCG2zAQC6YUrNSL1ixP3OS-7XZmTGKyA-MnZ-P5hR_WPeEuIYr9PD-uFmJqQa43xZNvd42hoiGpqyS4-VeA0hedaSaIraj99r_90OXZ6ZRhRzsu3oPYmwVFkwz8WiuIp-U1ODDAmYU4dPIg3U=s320&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;開啟 PhotoCap 的大頭照排版功能，我們不選擇模板直接進入新的編輯，首先稍微加大尺寸：&lt;br /&gt;300DPI 的 6*4 inch = 1800*1200 Pixel、&lt;br /&gt;寬稍微加到36mm=36/25.4*300=425.12pxl&lt;br /&gt;高稍微加到47mm=47/25.4*300=555.12pxl&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEj3GrXUQ77lSiudyfF2YUpSPEkGDkayGl-dwW0Z_IJrq8FvWRDj63wT5CBiCpdEjVe9KtYs9P-ywZe2FL8gDrPpivq0nyfbfP-8xLrjoLH2JZul3lq_NRXzyGG0-4GxpYe3d0_3GE_hokFEq-BwJUuldZDNoHtQG6gy5PTwWrn5F_wNyBiwbHrReaQL&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; id=&quot;BLOGGER_PHOTO_ID_7223266592420647586&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEj3GrXUQ77lSiudyfF2YUpSPEkGDkayGl-dwW0Z_IJrq8FvWRDj63wT5CBiCpdEjVe9KtYs9P-ywZe2FL8gDrPpivq0nyfbfP-8xLrjoLH2JZul3lq_NRXzyGG0-4GxpYe3d0_3GE_hokFEq-BwJUuldZDNoHtQG6gy5PTwWrn5F_wNyBiwbHrReaQL=s320&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;模板排列成四欄二列八張滿版，每張照片改為425*555pxl，周圍留白維持原設定+8，經過檢查後，確認勉強擠得進去。&lt;br /&gt;&lt;div dir=&quot;ltr&quot;&gt;橫排四張加留邊留白，X軸排列方式：18+8+425+8+8+425+8+8+425+8+8+425+8+18=1800pxl&lt;/div&gt;&lt;div dir=&quot;ltr&quot;&gt;縱排二張加留邊留白，Y軸排列方式：29+8+555+8+8+555+8+29=1200pxl&lt;/div&gt;&lt;div dir=&quot;ltr&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div dir=&quot;ltr&quot;&gt;重點的參考線：&lt;/div&gt;&lt;div dir=&quot;ltr&quot;&gt;單張照片扣掉面部範圍：47-36=11mm&lt;/div&gt;&lt;div dir=&quot;ltr&quot;&gt;面部置中後上下邊距：11/2=5.5mm&lt;/div&gt;&lt;div dir=&quot;ltr&quot;&gt;換算5.5mm=5.5/25.4*300=64.96pxl&lt;/div&gt;&lt;div dir=&quot;ltr&quot;&gt;計算得到上排照片頭頂上限位置在：29+8+65=102pxl&lt;/div&gt;&lt;div dir=&quot;ltr&quot;&gt;頭頂上下限36-32=4mm位置離頂緣：5.5+4=9.5mm&lt;/div&gt;&lt;div dir=&quot;ltr&quot;&gt;換算9.5mm=9.5/25.4*300=112.20pxl&lt;/div&gt;&lt;div dir=&quot;ltr&quot;&gt;計算得到上排照片頭頂下限位置在：29+8+112=149pxl&lt;/div&gt;&lt;div dir=&quot;ltr&quot;&gt;計算得到上排照片下巴對齊位置在：29+8+555-65=527pxl&lt;/div&gt;&lt;div dir=&quot;ltr&quot;&gt;計算得到下排照片頭頂上限位置在：29+8+555+8+8+65=673pxl&lt;/div&gt;&lt;div dir=&quot;ltr&quot;&gt;計算得到下排照片頭頂下限位置在：29+8+555+8+8+112=720pxl&lt;/div&gt;&lt;div dir=&quot;ltr&quot;&gt;計算得到下排照片下巴對齊位置在：29+8+555+8+8+555-65=1098pxl&lt;/div&gt;&lt;div dir=&quot;ltr&quot;&gt;由此得知參考線應放置在Y軸：102、149、527、673、720、1098pxl共六處。&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgyz9LpN9rGsZH-GsoBN1pWrBkq_-kT8_Ox-Yc5BDh1yus03PboHGGYm7nTGjyNZU9DpM7IrZZ9_C2Gv1sHLFmMacy-Tcy3-ZK0lkki41JYV1KwjPY1AeHduMvDWCQvnSAcvxENJO1J7KW8pWkT9UPOGW0-1xVUhbLw0gC2Tsc72_-Bqw9ZWcqScUZB&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; id=&quot;BLOGGER_PHOTO_ID_7223266596007493202&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgyz9LpN9rGsZH-GsoBN1pWrBkq_-kT8_Ox-Yc5BDh1yus03PboHGGYm7nTGjyNZU9DpM7IrZZ9_C2Gv1sHLFmMacy-Tcy3-ZK0lkki41JYV1KwjPY1AeHduMvDWCQvnSAcvxENJO1J7KW8pWkT9UPOGW0-1xVUhbLw0gC2Tsc72_-Bqw9ZWcqScUZB=s320&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;為了避免個別經辦人員認定不同，我設定大頭照人數4人，同照片交錯匯入2次，2張在上2張在下，上排頭頂上限選到頭皮(臉稍微較大)，下排頭頂上限選到髮梢(臉稍微較小)，這樣找人簽名背書時雖一次多簽幾張，但避免了再次重印及約時間簽名多欠人情等麻煩。&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;線上傳到&lt;a href=&quot;https://www.kmartphotos.com.au/&quot;&gt;Kmart照片沖印網站&lt;/a&gt;，一張4x6隔日取10c，常常當天就通知可取件。&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;隔日更新：&lt;/div&gt;&lt;div&gt;&lt;div&gt;因為太滿版印刷時，若不夠精確切到影像邊緣反而不便，因此回歸單張35*45mm尺寸又再設定一次。&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;300DPI 的 6*4 inch = 1800*1200 Pixel、&lt;/div&gt;&lt;div&gt;寬35mm=35/25.4*300=413.386pxl&lt;/div&gt;&lt;div&gt;高45mm=45/25.4*300=531.496pxl&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;預設模板排列成四欄二列八張滿版，每張照片維持413*531pxl，周圍留白維持原設定+8，經過檢查後，得知：&lt;/div&gt;&lt;div&gt;橫排四張加留邊留白，X軸排列方式：42+8+413+8+8+413+8+8+413+8+8+413+8+42=1800pxl&lt;/div&gt;&lt;div&gt;縱排二張加留邊留白，Y軸排列方式：53+8+531+8+8+531+8+53=1200pxl&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;參考線：&lt;/div&gt;&lt;div&gt;單張照片扣掉面部範圍：45-36=9mm&lt;/div&gt;&lt;div&gt;面部置中後上下邊距：9/2=4.5mm&lt;/div&gt;&lt;div&gt;換算4.5mm=4.5/25.4*300=53.15pxl&lt;/div&gt;&lt;div&gt;計算得到上排照片頭頂上限位置在：53+8+53=114pxl&lt;/div&gt;&lt;div&gt;頭頂上下限36-32=4mm位置離頂緣：4.5+4=8.5mm&lt;/div&gt;&lt;div&gt;換算8.5mm=8.5/25.4*300=100.39pxl&lt;/div&gt;&lt;div&gt;計算得到上排照片頭頂下限位置在：53+8+100=161pxl&lt;/div&gt;&lt;div&gt;計算得到上排照片下巴對齊位置在：53+8+531-53=539pxl&lt;/div&gt;&lt;div&gt;計算得到下排照片頭頂上限位置在：53+8+531+8+8+53=661pxl&lt;/div&gt;&lt;div&gt;計算得到下排照片頭頂下限位置在：53+8+531+8+8+100=708pxl&lt;/div&gt;&lt;div&gt;計算得到下排照片下巴對齊位置在：53+8+531+8+8+531-53=1086pxl&lt;/div&gt;&lt;div&gt;由此得知參考線應放置在Y軸：114、161、539、661、708、1086pxl共六處。&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;  </content><link rel='replies' type='application/atom+xml' href='http://tonysnote.whybut.com/feeds/4064539878282866389/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://tonysnote.whybut.com/2023/04/photocap.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/4064539878282866389'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/4064539878282866389'/><link rel='alternate' type='text/html' href='http://tonysnote.whybut.com/2023/04/photocap.html' title='澳洲護照大頭照片排版設定(使用PhotoCap)'/><author><name>Tony Huang</name><uri>http://www.blogger.com/profile/01258944684598910324</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_TA8EBCCBf0KQyk0bIZ3pu_JSpEaj3C8QAWUbENx0Dt85K9IIU-IofMNXMfHQJErU8C24d0IC8RpsWDrDIkt2wpEE0CfMtKiMczadbXK-XykLhxxCrKKKlu5XsDSRmw/s96/TonyHuangIllustGlass.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/a/AVvXsEgYeayxLOL1-VoisQVhURJTYdyo5KCbUWmDIi2MWrcOCG2zAQC6YUrNSL1ixP3OS-7XZmTGKyA-MnZ-P5hR_WPeEuIYr9PD-uFmJqQa43xZNvd42hoiGpqyS4-VeA0hedaSaIraj99r_90OXZ6ZRhRzsu3oPYmwVFkwz8WiuIp-U1ODDAmYU4dPIg3U=s72-c" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8738861532118661180.post-6166951991995496735</id><published>2023-02-08T13:20:00.001+08:00</published><updated>2023-02-08T13:20:45.155+08:00</updated><title type='text'>在 Windows 修復環境下，解密/移除 Bitlocker 磁碟加密。以及 WinRE 開啟/關閉的方法。</title><content type='html'>&lt;div dir=&quot;ltr&quot;&gt;最近手動設定 Bitlocker 為一個未加密的系統磁碟加密，跳出一個警告說：「除非手動啟用 Windows 修復環境，...將不能再使用云云...」，為什麼啟用了 Bitlocker ，系統就要自動關閉 Windows RE 功能？&lt;div&gt;原來在 Win RE 環境下，除了能解除/關閉 Bitlocker ，甚至還有&lt;a href=&quot;https://borncity.com/win/2023/01/19/windows-10-be-aware-of-winre-winre-patch-to-fix-bitlocker-bypass-vulnerability-cve-2022-41099/&quot;&gt;繞過加密的方式&lt;/a&gt;，以至於微軟上個月還出了 &lt;a href=&quot;https://support.microsoft.com/en-us/topic/january-10-2023-kb5022282-os-builds-19042-2486-19044-2486-and-19045-2486-9587e4e3-c2d7-48a6-86e2-8cd9146b47fd&quot;&gt;KB5022282&lt;/a&gt; 補丁來補洞。&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Bitlocker 在有些情況下在系統中是預設開啟加密的，導致有些人重灌時發現備份資料全部不能讀取而苦惱，這時候可以由硬碟或安裝媒介 (USB或DVD) 開啟 Windows 修復環境處理。&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;具體開啟方式是在安裝畫面一開始出現語言時區選項時，按下 SHIFT + F10 鍵開啟命令提示字元，或是下一步選擇修復電腦/疑難排解/命令字元。 &lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;這時候可以輸入「manage-bde -status」來瞭解加密的狀態及磁區位置。&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;然後，知道48位數 BitLocker 修復金鑰的話，可以輸入：「manage-bde -unlock 磁區代號 -rp 修復金鑰」來解開，比如說：「manage-bde -unlock D: -rp 123456-123456-123456-123456-123456-123456」。&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;或是，知道 BitLocker 密碼的話，可以輸入：「manage-bde -unlock 磁區代號 -pw 密碼」來解鎖，比如說：「manage-bde -unlock D: -password 123qwerty」。&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;接下來，可以輸入：「manage-bde -off 磁區代號」來關閉，比如說：「manage-bde -off D:」。&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;相信許多人根本沒設定過或不記得密碼，於是微軟幫你保管的修復金鑰就很重要了。參考&lt;a href=&quot;https://support.microsoft.com/en-us/windows/finding-your-bitlocker-recovery-key-in-windows-6b71ad27-0b89-ea08-f143-056f5ab347d6&quot;&gt;微軟官方支援網站&lt;/a&gt;，直接到「 &lt;a href=&quot;https://account.microsoft.com/devices/recoverykey&quot;&gt;https://account.microsoft.com/devices/recoverykey&lt;/a&gt;」，登入帳號後就可以找到金鑰了。&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;回到最初的部分，被系統自動關閉的 Windows RE 功能，可以用 &lt;a href=&quot;https://learn.microsoft.com/zh-tw/windows-hardware/manufacture/desktop/reagentc-command-line-options?view=windows-11&quot;&gt;REAgentC&lt;/a&gt; 指令來處理，以管理員身分開啟命令提示字元(cmd)，輸入「reagentc /info」檢查狀態、輸入「reagentc /enable」將其啟用、輸入「reagentc /disable」將其關閉。&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;在少數情況下，Winre.wim 這個檔案的遺失或損毀，會造成修復環境無法使用，這時候在別台正常的電腦系統找到這個檔案，將其複製到「C:\Windows\System32\Recovery」這個資料夾下，輸入「reagentc /setreimage /path C:\Windows\System32\Recovery\WindowsRE」設置路徑來修復。&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;  </content><link rel='replies' type='application/atom+xml' href='http://tonysnote.whybut.com/feeds/6166951991995496735/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://tonysnote.whybut.com/2023/02/windows-bitlocker-winre.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/6166951991995496735'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/6166951991995496735'/><link rel='alternate' type='text/html' href='http://tonysnote.whybut.com/2023/02/windows-bitlocker-winre.html' title='在 Windows 修復環境下，解密/移除 Bitlocker 磁碟加密。以及 WinRE 開啟/關閉的方法。'/><author><name>Tony Huang</name><uri>http://www.blogger.com/profile/01258944684598910324</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_TA8EBCCBf0KQyk0bIZ3pu_JSpEaj3C8QAWUbENx0Dt85K9IIU-IofMNXMfHQJErU8C24d0IC8RpsWDrDIkt2wpEE0CfMtKiMczadbXK-XykLhxxCrKKKlu5XsDSRmw/s96/TonyHuangIllustGlass.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8738861532118661180.post-878883364332168611</id><published>2023-02-08T11:12:00.001+08:00</published><updated>2023-02-08T11:12:56.954+08:00</updated><title type='text'>[Info轉貼] Windows 修復環境 (Windows RE)</title><content type='html'>&lt;div dir=&quot;ltr&quot;&gt;本篇轉貼自&lt;a href=&quot;https://learn.microsoft.com/zh-tw/windows-hardware/manufacture/desktop/windows-recovery-environment--windows-re--technical-reference?view=windows-11&quot;&gt;微軟官方教學&lt;/a&gt;網站&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;div class=&quot;gmail-content&quot; style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px&quot;&gt;Windows 修復環境 (WinRE) 是一種可修復作業系統無法開機常見問題的修復環境。 WinRE 以 Windows 預先安裝環境 (Windows PE) 為基礎，並可使用其他驅動程式、語言、Windows PE 選用元件以及其他的疑難排解和診斷工具來進行自訂。 根據預設，WinRE 會預先載入 Windows 10 和 Windows 11 傳統型版本， (家用版、專業版、企業版和教育版) 和 Windows Server 2016 及更新版本安裝。&lt;/p&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px&quot;&gt;&lt;img src=&quot;https://learn.microsoft.com/zh-tw/windows-hardware/manufacture/desktop/images/dep-winre-menu.png?view=windows-11&quot; alt=&quot;Screenshot shows options: Continue, Use a device, Troubleshoot, or Turn off your PC&quot; style=&quot;box-sizing: inherit; outline-color: inherit; border: 0px; height: auto; max-width: 100%; vertical-align: baseline; display: inline-block;&quot;&gt;&lt;/p&gt;&lt;div style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;div class=&quot;gmail-heading-wrapper&quot; style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;a class=&quot;gmail-anchor-link gmail-docon gmail-docon-link&quot; href=&quot;https://learn.microsoft.com/zh-tw/windows-hardware/manufacture/desktop/windows-recovery-environment--windows-re--technical-reference?view=windows-11#whats-new-with-winre-for-windows-11&quot; aria-label=&quot;區段標題：WinRE for Windows 11 的新功能&quot; style=&quot;box-sizing:inherit;outline-color:inherit;text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px;font-family:docons;font-size:1rem;speak:none;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;direction:ltr;line-height:16px;display:inline-block;width:1px;height:1px;opacity:0;border:0px;padding:0px;overflow:hidden&quot;&gt;&lt;/a&gt;&lt;h2 id=&quot;gmail-whats-new-with-winre-for-windows-11&quot; class=&quot;gmail-heading-anchor&quot; style=&quot;box-sizing:inherit;outline-color:inherit;margin:32px 0px 12px;padding:0px;line-height:1.3&quot;&gt;WinRE for Windows 11 的新功能&lt;/h2&gt;&lt;/div&gt;&lt;ul style=&quot;box-sizing:inherit;outline-color:inherit;margin:16px 0px 16px 38px;padding:0px;list-style:none&quot;&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:disc&quot;&gt;您現在可以在 WinRE 中執行大部分的工具，而不需要選取系統管理員帳戶並輸入密碼。 開機進入復原環境時，除非使用者有解密磁片區的金鑰，否則將無法存取加密的檔案。&lt;/li&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:disc&quot;&gt;我們已更新進階啟動的行為， (&amp;gt; 設定更新 &amp;amp; 安全性 &amp;gt; 復原 &amp;gt; 進階啟動「立即重新開機」) ，讓存取功能在復原環境中運作。 例如，先前，如果在啟動進階啟動之前啟用朗讀程式功能，則不會在重新開機 (啟用，而且無法啟用) 。 現在，進階啟動會直接開機到 Windows 復原環境，讓使用者可以使用鍵盤快速鍵開啟輕鬆存取功能。&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;gmail-heading-wrapper&quot; style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;a class=&quot;gmail-anchor-link gmail-docon gmail-docon-link&quot; href=&quot;https://learn.microsoft.com/zh-tw/windows-hardware/manufacture/desktop/windows-recovery-environment--windows-re--technical-reference?view=windows-11#tools&quot; aria-label=&quot;區段標題：工具&quot; style=&quot;box-sizing:inherit;outline-color:inherit;text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px;font-family:docons;font-size:1rem;speak:none;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;direction:ltr;line-height:16px;display:inline-block;width:1px;height:1px;opacity:0;border:0px;padding:0px;overflow:hidden&quot;&gt;&lt;/a&gt;&lt;h2 id=&quot;gmail-tools&quot; class=&quot;gmail-heading-anchor&quot; style=&quot;box-sizing:inherit;outline-color:inherit;margin:32px 0px 12px;padding:0px;line-height:1.3&quot;&gt;工具&lt;/h2&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px&quot;&gt;WinRE 包含下列工具：&lt;/p&gt;&lt;ul style=&quot;box-sizing:inherit;outline-color:inherit;margin:16px 0px 16px 38px;padding:0px;list-style:none&quot;&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:disc&quot;&gt;&lt;span style=&quot;box-sizing:inherit;outline-color:inherit;font-weight:600&quot;&gt;自動修復和其他疑難排解工具&lt;/span&gt;。 如需詳細資訊，請參閱 &lt;a href=&quot;https://learn.microsoft.com/zh-tw/windows-hardware/manufacture/desktop/windows-re-troubleshooting-features?view=windows-11&quot; style=&quot;box-sizing:inherit;outline-color:inherit;text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;Windows RE 疑難排解功能&lt;/a&gt;。&lt;/li&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:disc&quot;&gt;僅) (Windows dekstop 版本重&lt;span style=&quot;box-sizing:inherit;outline-color:inherit;font-weight:600&quot;&gt;設按鈕&lt;/span&gt;。 這項工具可讓使用者快速修復自己的電腦，同時又保留其資料和重要自訂，而不必事先備份資料。 如需詳細資訊，請參閱&lt;a href=&quot;https://learn.microsoft.com/zh-tw/windows-hardware/manufacture/desktop/push-button-reset-overview?view=windows-11&quot; style=&quot;box-sizing:inherit;outline-color:inherit;text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;一鍵重設概觀&lt;/a&gt;。&lt;/li&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:disc&quot;&gt;僅) Windows Server 版本 (&lt;span style=&quot;box-sizing:inherit;outline-color:inherit;font-weight:600&quot;&gt;系統映射復原&lt;/span&gt;。 此工具會還原整個硬碟。 如需詳細資訊，請參閱&lt;a href=&quot;https://learn.microsoft.com/zh-tw/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc755163(v=ws.11)&quot; style=&quot;box-sizing:inherit;outline-color:inherit;text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;復原作業系統或完整伺服器&lt;/a&gt;。&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px&quot;&gt;此外，您還可以使用 &lt;a href=&quot;https://learn.microsoft.com/zh-tw/previous-versions/msdn10/dd851933(v=msdn.10)&quot; style=&quot;box-sizing:inherit;outline-color:inherit;text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;Windows 映像處理 API&lt;/a&gt; 或使用&lt;a href=&quot;https://learn.microsoft.com/zh-tw/windows-hardware/manufacture/desktop/dism/deployment-image-servicing-and-management--dism--api?view=windows-11&quot; style=&quot;box-sizing:inherit;outline-color:inherit;text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;部署映像服務與管理 (DISM) API&lt;/a&gt; 來建立自己的自訂復原解決方案。&lt;/p&gt;&lt;div class=&quot;gmail-heading-wrapper&quot; style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;a class=&quot;gmail-anchor-link gmail-docon gmail-docon-link&quot; href=&quot;https://learn.microsoft.com/zh-tw/windows-hardware/manufacture/desktop/windows-recovery-environment--windows-re--technical-reference?view=windows-11#entry-points-into-winre&quot; aria-label=&quot;區段標題：WinRE 的進入點&quot; style=&quot;box-sizing:inherit;outline-color:inherit;text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px;font-family:docons;font-size:1rem;speak:none;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;direction:ltr;line-height:16px;display:inline-block;width:1px;height:1px;opacity:0;border:0px;padding:0px;overflow:hidden&quot;&gt;&lt;/a&gt;&lt;h2 id=&quot;entry-points-into-winre&quot; class=&quot;gmail-heading-anchor&quot; style=&quot;box-sizing:inherit;outline-color:inherit;margin:32px 0px 12px;padding:0px;line-height:1.3&quot;&gt;WinRE 的進入點&lt;/h2&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px&quot;&gt;您的使用者可以透過 [ &lt;span style=&quot;box-sizing:inherit;outline-color:inherit;font-weight:600&quot;&gt;進階啟動&lt;/span&gt; ] 功能表存取 WinRE 功能，其可從 Windows 以幾種不同方式啟動：&lt;/p&gt;&lt;ul style=&quot;box-sizing:inherit;outline-color:inherit;margin:16px 0px 16px 38px;padding:0px;list-style:none&quot;&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:disc&quot;&gt;在登入畫面中，按一下 [關機]，然後在按住 Shift 鍵的同時選取 [重新啟動] 。&lt;/li&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:disc&quot;&gt;按一下 [&lt;span style=&quot;box-sizing:inherit;outline-color:inherit;font-weight:600&quot;&gt;開始&lt;/span&gt;&amp;gt;&lt;span style=&quot;box-sizing:inherit;outline-color:inherit;font-weight:600&quot;&gt;設定&lt;/span&gt;&amp;gt; ] [&lt;span style=&quot;box-sizing:inherit;outline-color:inherit;font-weight:600&quot;&gt;進階啟動&lt;/span&gt;] 底下的 [&lt;span style=&quot;box-sizing:inherit;outline-color:inherit;font-weight:600&quot;&gt;更新 &amp;amp; 安全性&lt;/span&gt;&amp;gt;&lt;span style=&quot;box-sizing:inherit;outline-color:inherit;font-weight:600&quot;&gt;復原&lt;/span&gt;&amp;gt; ]，按一下 [&lt;span style=&quot;box-sizing:inherit;outline-color:inherit;font-weight:600&quot;&gt;立即重新開機&lt;/span&gt;]。&lt;/li&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:disc&quot;&gt;開機至復原媒體。&lt;/li&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:disc&quot;&gt;使用 OEM 所設定的&lt;a href=&quot;https://learn.microsoft.com/zh-tw/windows-hardware/manufacture/desktop/add-a-hardware-recovery-button-to-start-windows-re?view=windows-11&quot; style=&quot;box-sizing:inherit;outline-color:inherit;text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;硬體復原按鈕 (或按鈕組合)&lt;/a&gt;。&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px&quot;&gt;執行上述任何動作之後，所有使用者會話都會登出，並顯示 [ &lt;span style=&quot;box-sizing:inherit;outline-color:inherit;font-weight:600&quot;&gt;進階啟動&lt;/span&gt; ] 功能表。 如果使用者從這個功能表選取 WinRE 功能，電腦就會重新啟動至 WinRE，並啟動選取的功能。&lt;/p&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px&quot;&gt;WinRE 會在偵測到下列問題後自動啟動：&lt;/p&gt;&lt;ul style=&quot;box-sizing:inherit;outline-color:inherit;margin:16px 0px 16px 38px;padding:0px;list-style:none&quot;&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:disc&quot;&gt;連續兩次嘗試啟動 Windows 都失敗。&lt;/li&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:disc&quot;&gt;在開機完成後兩分鐘內，連續發生兩次非預期的關機。&lt;/li&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:disc&quot;&gt;在開機完成後兩分鐘內，系統連續兩次重新開機。&lt;/li&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:disc&quot;&gt;安全開機錯誤 (Bootmgr.efi 的相關問題除外)。&lt;/li&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:disc&quot;&gt;只能觸控的裝置上發生 BitLocker 錯誤。&lt;/li&gt;&lt;/ul&gt;&lt;div class=&quot;gmail-heading-wrapper&quot; style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;a class=&quot;gmail-anchor-link gmail-docon gmail-docon-link&quot; href=&quot;https://learn.microsoft.com/zh-tw/windows-hardware/manufacture/desktop/windows-recovery-environment--windows-re--technical-reference?view=windows-11#advanced-startup-menu&quot; aria-label=&quot;區段標題：進階啟動功能表&quot; style=&quot;box-sizing:inherit;outline-color:inherit;text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px;font-family:docons;font-size:1rem;speak:none;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;direction:ltr;line-height:16px;display:inline-block;width:1px;height:1px;opacity:0;border:0px;padding:0px;overflow:hidden&quot;&gt;&lt;/a&gt;&lt;h3 id=&quot;gmail-advanced-startup-menu&quot; class=&quot;gmail-heading-anchor&quot; style=&quot;box-sizing:inherit;outline-color:inherit;margin:30px 0px 18px;padding:0px;line-height:1.3&quot;&gt;進階啟動功能表&lt;/h3&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px&quot;&gt;此功能表可讓使用者執行下列動作：&lt;/p&gt;&lt;ul style=&quot;box-sizing:inherit;outline-color:inherit;margin:16px 0px 16px 38px;padding:0px;list-style:none&quot;&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:disc&quot;&gt;啟動修復、疑難排解及診斷工具。&lt;/li&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:disc&quot;&gt;從裝置開機 (僅限 UEFI)。&lt;/li&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:disc&quot;&gt;存取 [韌體] 功能表 (僅限 UEFI)。&lt;/li&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:disc&quot;&gt;如果電腦上安裝了多個作業系統，則可選擇要用來開機的作業系統。&lt;/li&gt;&lt;/ul&gt;&lt;div class=&quot;gmail-alert gmail-is-info&quot; style=&quot;box-sizing:inherit;word-break:break-word;border-radius:0.375rem;margin-top:1rem;padding:1rem;font-size:1rem&quot;&gt;&lt;p class=&quot;gmail-alert-title&quot; style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;max-width:100%;font-weight:600&quot;&gt;&lt;span class=&quot;gmail-docon gmail-docon-status-error-outline&quot; aria-hidden=&quot;true&quot; style=&quot;box-sizing:inherit;outline-color:inherit;font-family:docons;font-size:inherit;speak:none;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;direction:ltr;font-weight:400;line-height:16px;display:inline-block&quot;&gt;&lt;/span&gt; 注意&lt;/p&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px;max-width:100%&quot;&gt;您可以將一個自訂工具新增至 [ &lt;span style=&quot;box-sizing:inherit;outline-color:inherit;font-weight:600&quot;&gt;進階啟動&lt;/span&gt; ] 功能表。 否則，就無法進一步自訂這些功能表。 如需詳細資訊，請參閱 &lt;a href=&quot;https://learn.microsoft.com/zh-tw/windows-hardware/manufacture/desktop/add-a-custom-tool-to-the-windows-re-boot-options-menu?view=windows-11&quot; style=&quot;box-sizing:inherit;outline-color:inherit;text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px;font-weight:600&quot;&gt;將自訂工具新增至 Windows RE 進階啟動功能表&lt;/a&gt;。&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;gmail-heading-wrapper&quot; style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;a class=&quot;gmail-anchor-link gmail-docon gmail-docon-link&quot; href=&quot;https://learn.microsoft.com/zh-tw/windows-hardware/manufacture/desktop/windows-recovery-environment--windows-re--technical-reference?view=windows-11#security-considerations&quot; aria-label=&quot;區段標題：安全性考量&quot; style=&quot;box-sizing:inherit;outline-color:inherit;text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px;font-family:docons;font-size:1rem;speak:none;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;direction:ltr;line-height:16px;display:inline-block;width:1px;height:1px;opacity:0;border:0px;padding:0px;overflow:hidden&quot;&gt;&lt;/a&gt;&lt;h2 id=&quot;gmail-security-considerations&quot; class=&quot;gmail-heading-anchor&quot; style=&quot;box-sizing:inherit;outline-color:inherit;margin:32px 0px 12px;padding:0px;line-height:1.3&quot;&gt;安全性考量&lt;/h2&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px&quot;&gt;使用 WinRE 時，請注意下列安全性考量：&lt;/p&gt;&lt;div style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;ul style=&quot;box-sizing:inherit;outline-color:inherit;margin:16px 0px 16px 38px;padding:0px;list-style:none&quot;&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:disc&quot;&gt;您可以在 WinRE 內執行大部分的工具，而不需選取系統管理員帳戶並輸入密碼。 開機進入復原環境時，除非使用者有解密磁片區的金鑰，否則將無法存取加密的檔案。&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;ul style=&quot;box-sizing:inherit;outline-color:inherit;margin:16px 0px 16px 38px;padding:0px;list-style:none&quot;&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:disc&quot;&gt;WinRE 中預設會停用網路功能。 您可以視需要開啟網路功能。 為提升安全性，請於不需要連線能力時將網路功能停用。&lt;/li&gt;&lt;/ul&gt;&lt;div class=&quot;gmail-heading-wrapper&quot; style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;a class=&quot;gmail-anchor-link gmail-docon gmail-docon-link&quot; href=&quot;https://learn.microsoft.com/zh-tw/windows-hardware/manufacture/desktop/windows-recovery-environment--windows-re--technical-reference?view=windows-11#customizing-winre&quot; aria-label=&quot;區段標題：自訂 WinRE&quot; style=&quot;box-sizing:inherit;outline-color:inherit;text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px;font-family:docons;font-size:1rem;speak:none;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;direction:ltr;line-height:16px;display:inline-block;width:1px;height:1px;opacity:0;border:0px;padding:0px;overflow:hidden&quot;&gt;&lt;/a&gt;&lt;h2 id=&quot;gmail-customizing-winre&quot; class=&quot;gmail-heading-anchor&quot; style=&quot;box-sizing:inherit;outline-color:inherit;margin:32px 0px 12px;padding:0px;line-height:1.3&quot;&gt;自訂 WinRE&lt;/h2&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px&quot;&gt;您可以藉由新增套件 (Windows PE 選用元件)、語言、驅動程式以及自訂的診斷或疑難排解工具來自訂 WinRE。 基底 WinRE 映射包含下列 &lt;a href=&quot;https://learn.microsoft.com/zh-tw/windows-hardware/manufacture/desktop/winpe-add-packages--optional-components-reference?view=windows-11&quot; style=&quot;box-sizing:inherit;outline-color:inherit;text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;Windows PE 選用元件&lt;/a&gt;：&lt;/p&gt;&lt;ul style=&quot;box-sizing:inherit;outline-color:inherit;margin:16px 0px 16px 38px;padding:0px;list-style:none&quot;&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:disc&quot;&gt;Microsoft-Windows-Foundation-Package&lt;/li&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:disc&quot;&gt;WinPE-EnhancedStorage&lt;/li&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:disc&quot;&gt;WinPE-Rejuv&lt;/li&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:disc&quot;&gt;WinPE-Scripting&lt;/li&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:disc&quot;&gt;WinPE-SecureStartup&lt;/li&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:disc&quot;&gt;WinPE-Setup&lt;/li&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:disc&quot;&gt;WinPE-SRT&lt;/li&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:disc&quot;&gt;WinPE-WDS-Tools&lt;/li&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:disc&quot;&gt;WinPE-WMI&lt;/li&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:disc&quot;&gt;WinPE-StorageWMI-Package (已新增至 Windows 8.1 和 Windows Server 2012 R2 中的基底映像)&lt;/li&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:disc&quot;&gt;WinPE-HTA (已新增至 Windows 10 中的基底映像)&lt;/li&gt;&lt;/ul&gt;&lt;div class=&quot;gmail-alert gmail-is-info&quot; style=&quot;box-sizing:inherit;word-break:break-word;border-radius:0.375rem;margin-top:1rem;padding:1rem;font-size:1rem&quot;&gt;&lt;p class=&quot;gmail-alert-title&quot; style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;max-width:100%;font-weight:600&quot;&gt;&lt;span class=&quot;gmail-docon gmail-docon-status-error-outline&quot; aria-hidden=&quot;true&quot; style=&quot;box-sizing:inherit;outline-color:inherit;font-family:docons;font-size:inherit;speak:none;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;direction:ltr;font-weight:400;line-height:16px;display:inline-block&quot;&gt;&lt;/span&gt; 注意&lt;/p&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px;max-width:100%&quot;&gt;套件、語言和驅動程式的數目受限於電腦上的可用記憶體數量。 基於效能考量，請將新增至映像的語言、驅動程式和工具數目降至最低。&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;gmail-heading-wrapper&quot; style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;a class=&quot;gmail-anchor-link gmail-docon gmail-docon-link&quot; href=&quot;https://learn.microsoft.com/zh-tw/windows-hardware/manufacture/desktop/windows-recovery-environment--windows-re--technical-reference?view=windows-11#hard-drive-partitions&quot; aria-label=&quot;區段標題：硬碟磁碟分割&quot; style=&quot;box-sizing:inherit;outline-color:inherit;text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px;font-family:docons;font-size:1rem;speak:none;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;direction:ltr;line-height:16px;display:inline-block;width:1px;height:1px;opacity:0;border:0px;padding:0px;overflow:hidden&quot;&gt;&lt;/a&gt;&lt;h2 id=&quot;gmail-hard-drive-partitions&quot; class=&quot;gmail-heading-anchor&quot; style=&quot;box-sizing:inherit;outline-color:inherit;margin:32px 0px 12px;padding:0px;line-height:1.3&quot;&gt;硬碟磁碟分割&lt;/h2&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px&quot;&gt;當您使用 Windows 安裝程式來安裝 Windows 時，WinRE 會進行如下設定：&lt;/p&gt;&lt;ol style=&quot;box-sizing:inherit;outline-color:inherit;margin:16px 0px 16px 38px;padding:0px&quot;&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:decimal&quot;&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px&quot;&gt;在 Windows 安裝程式進行期間，Windows 會準備硬碟磁碟分割以支援 WinRE。&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:decimal&quot;&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px&quot;&gt;Windows 一開始會將 WinRE 映射檔 (winre.wim) 放在 \Windows\System32\Recovery 資料夾中。&lt;/p&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px&quot;&gt;將電腦遞送給客戶之前，您可以修改或取代 WinRE 映像檔案，以納入其他語言、驅動程式或套件。&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:decimal&quot;&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px&quot;&gt;在特殊化設定階段進行期間，系統會將 WinRE 映像檔複製到修復工具磁碟分割，讓裝置即使在 Windows 磁碟分割有問題的情況下，也可以開機至修復工具。&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px&quot;&gt;在套用映像來部署 Windows 時，您必須手動設定硬碟磁碟分割。 硬碟上若有安裝 WinRE，就必須將磁碟分割格式化為 NTFS。&lt;/p&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px&quot;&gt;將基準 WinRE 工具映像 (winre.wim) 新增至與 Windows 和資料的磁碟分割不同的磁碟分割。 這可讓使用者在 Windows 磁碟分割已使用 Windows BitLocker 磁碟機加密予以加密時，也一樣能使用 WinRE。 這也能防止使用者不小心修改或移除 WinRE 工具。&lt;/p&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px&quot;&gt;將修復工具儲存在專用磁碟分割中，位置緊接在 Windows 磁碟分割之後。 如此一來，如果日後的更新需要較大的修復磁碟分割，Windows 就能夠藉由調整 Windows 和修復磁碟分割的大小來更有效率地進行處理，而不必在原本就備有修復磁碟分割的情況下，又建立新的修復磁碟分割大小。&lt;/p&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px&quot;&gt;若要深入了解，請參閱&lt;a href=&quot;https://learn.microsoft.com/zh-tw/windows-hardware/manufacture/desktop/configure-uefigpt-based-hard-drive-partitions?view=windows-11&quot; style=&quot;box-sizing:inherit;outline-color:inherit;text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;設定 UEFI/GPT 型硬碟磁碟分割&lt;/a&gt;或&lt;a href=&quot;https://learn.microsoft.com/zh-tw/windows-hardware/manufacture/desktop/configure-biosmbr-based-hard-drive-partitions?view=windows-11&quot; style=&quot;box-sizing:inherit;outline-color:inherit;text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;設定 BIOS/MBR 型硬碟磁碟分割&lt;/a&gt;。&lt;/p&gt;&lt;div class=&quot;gmail-heading-wrapper&quot; style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;a class=&quot;gmail-anchor-link gmail-docon gmail-docon-link&quot; href=&quot;https://learn.microsoft.com/zh-tw/windows-hardware/manufacture/desktop/windows-recovery-environment--windows-re--technical-reference?view=windows-11#memory-requirements&quot; aria-label=&quot;區段標題：記憶體需求&quot; style=&quot;box-sizing:inherit;outline-color:inherit;text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px;font-family:docons;font-size:1rem;speak:none;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;direction:ltr;line-height:16px;display:inline-block;width:1px;height:1px;opacity:0;border:0px;padding:0px;overflow:hidden&quot;&gt;&lt;/a&gt;&lt;h2 id=&quot;gmail-memory-requirements&quot; class=&quot;gmail-heading-anchor&quot; style=&quot;box-sizing:inherit;outline-color:inherit;margin:32px 0px 12px;padding:0px;line-height:1.3&quot;&gt;記憶體需求&lt;/h2&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px&quot;&gt;為了直接從記憶體啟動 Windows RE (也稱為 RAM 磁碟開機)，您必須提供可容納整個 Windows RE 映像 (winre.wim) 的實體記憶體 (RAM) 連續部分。 為了將記憶體的使用最佳化，製造商應確保其韌體在實體記憶體位址空間的開頭或結尾保留記憶體位置。&lt;/p&gt;&lt;div class=&quot;gmail-heading-wrapper&quot; style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;a class=&quot;gmail-anchor-link gmail-docon gmail-docon-link&quot; href=&quot;https://learn.microsoft.com/zh-tw/windows-hardware/manufacture/desktop/windows-recovery-environment--windows-re--technical-reference?view=windows-11#updating-the-on-disk-windows-recovery-environment&quot; aria-label=&quot;區段標題：更新磁碟上的 Windows 修復環境&quot; style=&quot;box-sizing:inherit;outline-color:inherit;text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px;font-family:docons;font-size:1rem;speak:none;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;direction:ltr;line-height:16px;display:inline-block;width:1px;height:1px;opacity:0;border:0px;padding:0px;overflow:hidden&quot;&gt;&lt;/a&gt;&lt;h2 id=&quot;gmail-updating-the-on-disk-windows-recovery-environment&quot; class=&quot;gmail-heading-anchor&quot; style=&quot;box-sizing:inherit;outline-color:inherit;margin:32px 0px 12px;padding:0px;line-height:1.3&quot;&gt;更新磁碟上的 Windows 修復環境&lt;/h2&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px&quot;&gt;Windows RE 的磁片上複本可做為 OS 匯總更新的一部分進行服務。 並非所有更新彙總套件都會服務 Windows RE。&lt;/p&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px&quot;&gt;不同於一般的 OS 更新程序，Windows RE 的更新不會直接服務磁碟上的 Windows RE 映像 (winre.wim)。 相反地，會由較新版的 Windows RE 映像取代現有映像，並將下列內容插入或遷移至新的映像：&lt;/p&gt;&lt;ul style=&quot;box-sizing:inherit;outline-color:inherit;margin:16px 0px 16px 38px;padding:0px;list-style:none&quot;&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:disc&quot;&gt;來自完整 OS 環境的開機關鍵驅動程式和輸入裝置驅動程式會新增至新的 Windows RE 映像。&lt;/li&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:disc&quot;&gt;掛接 winre.wim 下的 &lt;code style=&quot;box-sizing:inherit;outline-color:inherit;font-family:SFMono-Regular,Consolas,&amp;quot;Liberation Mono&amp;quot;,Menlo,Courier,monospace;font-size:13.6px;direction:ltr;border-radius:3px;padding:0.1em 0.2em&quot;&gt;\Sources\Recovery&lt;/code&gt; Windows RE 自訂專案會移轉至新的映射。&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px&quot;&gt;下列來自現有 Windows RE 映像的內容不會遷移至新的映像：&lt;/p&gt;&lt;ul style=&quot;box-sizing:inherit;outline-color:inherit;margin:16px 0px 16px 38px;padding:0px;list-style:none&quot;&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:disc&quot;&gt;位於現有 Windows RE 映像中，但不在完整 OS 環境中的驅動程式&lt;/li&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:disc&quot;&gt;不屬於預設 Windows RE 映像的 Windows PE 選用元件&lt;/li&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:disc&quot;&gt;Windows PE 和選用元件的語言套件&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px&quot;&gt;Windows RE 更新程序會盡力讓您重複使用現有 Windows RE 磁碟分割，而不必進行任何修改。 不過，在某些罕見的情況下，新的 Windows RE 映像 (連同已遷移/插入的內容) 會無法融入到現有 Windows RE 磁碟分割，這時更新程序會有如下行為：&lt;/p&gt;&lt;ul style=&quot;box-sizing:inherit;outline-color:inherit;margin:16px 0px 16px 38px;padding:0px;list-style:none&quot;&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:disc&quot;&gt;如果現有 Windows RE 磁碟分割緊接在 Windows 磁碟分割之後，則會壓縮 Windows 磁碟分割，並將釋出的空間新增到 Windows RE 磁碟分割。 新的 Windows RE 映像將會安裝到經過擴充的 Windows RE 磁碟分割上。&lt;/li&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:disc&quot;&gt;如果現有 Windows RE 磁碟分割並非緊接在 Windows 磁碟分割之後，則會壓縮 Windows 磁碟分割，並建立新的 Windows RE 磁碟分割。 新的 Windows RE 映像將會安裝到這個新的 Windows RE 磁碟分割上。 現有 Windows RE 磁碟分割將會變成孤立狀態。&lt;/li&gt;&lt;li style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;outline-style:initial;outline-width:0px;list-style:disc&quot;&gt;如果無法重複使用現有的 Windows RE 磁碟分割，也無法順利壓縮 Windows 磁碟分割，則會將新的 Windows RE 映像安裝到 Windows 磁碟分割上。 現有 Windows RE 磁碟分割將會變成孤立狀態。&lt;/li&gt;&lt;/ul&gt;&lt;div class=&quot;gmail-alert gmail-is-primary&quot; style=&quot;box-sizing:inherit;word-break:break-word;border-radius:0.375rem;margin-top:1rem;padding:1rem;font-size:1rem&quot;&gt;&lt;p class=&quot;gmail-alert-title&quot; style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;max-width:100%;font-weight:600&quot;&gt;&lt;span class=&quot;gmail-docon gmail-docon-status-info-outline&quot; aria-hidden=&quot;true&quot; style=&quot;box-sizing:inherit;outline-color:inherit;font-family:docons;font-size:inherit;speak:none;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;direction:ltr;font-weight:400;line-height:16px;display:inline-block&quot;&gt;&lt;/span&gt; 重要&lt;/p&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px;max-width:100%&quot;&gt;為了確保您的自訂專案在 Windows RE 更新之後繼續運作，它們不得取決於 Windows PE 選用元件所提供的功能，這些元件不在預設 Windows RE 映射 (例如 WinPE-NetFX) 。 為了加快 Windows RE 自訂項目的開發速度，Windows 10 的預設 Windows RE 映像中已新增 WinPE-HTA 選用元件。&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;gmail-alert gmail-is-info&quot; style=&quot;box-sizing:inherit;word-break:break-word;border-radius:0.375rem;margin-top:1rem;padding:1rem;font-size:1rem&quot;&gt;&lt;p class=&quot;gmail-alert-title&quot; style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px;max-width:100%;font-weight:600&quot;&gt;&lt;span class=&quot;gmail-docon gmail-docon-status-error-outline&quot; aria-hidden=&quot;true&quot; style=&quot;box-sizing:inherit;outline-color:inherit;font-family:docons;font-size:inherit;speak:none;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;direction:ltr;font-weight:400;line-height:16px;display:inline-block&quot;&gt;&lt;/span&gt; 注意&lt;/p&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px;max-width:100%&quot;&gt;部署為匯總更新一部分的新 Windows RE 映射只會包含系統預設語言的語言資源，即使現有的 Windows RE 映射包含多種語言的資源也一樣。 在大部分電腦上，系統預設語言是在 OOBE 時選取的語言。&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;gmail-heading-wrapper&quot; style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;a class=&quot;gmail-anchor-link gmail-docon gmail-docon-link&quot; href=&quot;https://learn.microsoft.com/zh-tw/windows-hardware/manufacture/desktop/windows-recovery-environment--windows-re--technical-reference?view=windows-11#known-issue&quot; aria-label=&quot;區段標題：已知問題&quot; style=&quot;box-sizing:inherit;outline-color:inherit;text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px;font-family:docons;font-size:1rem;speak:none;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;direction:ltr;line-height:16px;display:inline-block;width:1px;height:1px;opacity:0;border:0px;padding:0px;overflow:hidden&quot;&gt;&lt;/a&gt;&lt;h2 id=&quot;gmail-known-issue&quot; class=&quot;gmail-heading-anchor&quot; style=&quot;box-sizing:inherit;outline-color:inherit;margin:32px 0px 12px;padding:0px;line-height:1.3&quot;&gt;已知問題&lt;/h2&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px&quot;&gt;如果 GPO「Windows 設定/安全性設定/本機原則/安全性選項/帳戶：封鎖 Microsoft 帳戶」設定為啟用「使用者無法新增 Microsoft 帳戶或用 Microsoft 帳戶登入」原則，則嘗試在 WinRE 中還原系統時將會失敗，並出現錯誤訊息：「您必須以系統管理員身分登入才能繼續，但此電腦上沒有任何系統管理員帳戶。」&lt;/p&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:1rem 0px 0px;padding:0px&quot;&gt;這是已知問題，因應措施是避免將「帳戶：封鎖 Microsoft 帳戶」設定為「使用者無法新增 Microsoft 帳戶或用 Microsoft 帳戶登入」，或者也可將 MDM 原則 Security/RecoveryEnvironmentAuthentication 設定為 2。&lt;/p&gt;&lt;div class=&quot;gmail-heading-wrapper&quot; style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;a class=&quot;gmail-anchor-link gmail-docon gmail-docon-link&quot; href=&quot;https://learn.microsoft.com/zh-tw/windows-hardware/manufacture/desktop/windows-recovery-environment--windows-re--technical-reference?view=windows-11#see-also&quot; aria-label=&quot;區段標題：另請參閱&quot; style=&quot;box-sizing:inherit;outline-color:inherit;text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px;font-family:docons;font-size:1rem;speak:none;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;direction:ltr;line-height:16px;display:inline-block;width:1px;height:1px;opacity:0;border:0px;padding:0px;overflow:hidden&quot;&gt;&lt;/a&gt;&lt;h2 id=&quot;gmail-see-also&quot; class=&quot;gmail-heading-anchor&quot; style=&quot;box-sizing:inherit;outline-color:inherit;margin:32px 0px 12px;padding:0px;line-height:1.3&quot;&gt;另請參閱&lt;/h2&gt;&lt;/div&gt;&lt;div class=&quot;gmail-has-inner-focus&quot; style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;table aria-label=&quot;資料表 1&quot; class=&quot;gmail-table gmail-table-sm&quot; style=&quot;box-sizing:inherit;outline-color:inherit;border-collapse:collapse;border-spacing:0px;width:591.667px;table-layout:auto;font-size:0.875rem;margin-top:1rem&quot;&gt;&lt;colgroup style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;col width=&quot;50%&quot; style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;col width=&quot;50%&quot; style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;/colgroup&gt;&lt;thead style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;tr class=&quot;gmail-header&quot; style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;th align=&quot;left&quot; style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;內容類型&lt;/th&gt;&lt;th align=&quot;left&quot; style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;參考&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;tr class=&quot;gmail-odd&quot; style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td align=&quot;left&quot; style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px&quot;&gt;&lt;span style=&quot;box-sizing:inherit;outline-color:inherit;font-weight:600&quot;&gt;部署&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;left&quot; style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px&quot;&gt;&lt;a href=&quot;https://learn.microsoft.com/zh-tw/windows-hardware/manufacture/desktop/customize-windows-re?view=windows-11&quot; style=&quot;box-sizing:inherit;outline-color:inherit;text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;自訂 Windows RE&lt;/a&gt; | &lt;a href=&quot;https://learn.microsoft.com/zh-tw/windows-hardware/manufacture/desktop/deploy-windows-re?view=windows-11&quot; style=&quot;box-sizing:inherit;outline-color:inherit;text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;部署 Windows RE&lt;/a&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class=&quot;even&quot; style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td align=&quot;left&quot; style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px&quot;&gt;&lt;span style=&quot;box-sizing:inherit;outline-color:inherit;font-weight:600&quot;&gt;作業&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;left&quot; style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px&quot;&gt;&lt;a href=&quot;https://learn.microsoft.com/zh-tw/windows-hardware/manufacture/desktop/reagentc-command-line-options?view=windows-11&quot; style=&quot;box-sizing:inherit;outline-color:inherit;text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;REAgentC 命令列選項&lt;/a&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class=&quot;gmail-odd&quot; style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td align=&quot;left&quot; style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px&quot;&gt;&lt;span style=&quot;box-sizing:inherit;outline-color:inherit;font-weight:600&quot;&gt;疑難排解&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;left&quot; style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px&quot;&gt;&lt;a href=&quot;https://learn.microsoft.com/zh-tw/windows-hardware/manufacture/desktop/windows-re-troubleshooting-features?view=windows-11&quot; style=&quot;box-sizing:inherit;outline-color:inherit;text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;Windows RE 疑難排解功能&lt;/a&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class=&quot;even&quot; style=&quot;box-sizing:inherit;outline-color:inherit&quot;&gt;&lt;td align=&quot;left&quot; style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px&quot;&gt;&lt;span style=&quot;box-sizing:inherit;outline-color:inherit;font-weight:600&quot;&gt;附加元件工具&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td align=&quot;left&quot; style=&quot;box-sizing:inherit;outline-color:inherit;padding:0.5rem;vertical-align:top;line-height:1.5&quot;&gt;&lt;p style=&quot;box-sizing:inherit;outline-color:inherit;margin:0px;padding:0px&quot;&gt;&lt;a href=&quot;https://learn.microsoft.com/zh-tw/windows-hardware/manufacture/desktop/add-a-custom-tool-to-the-windows-re-boot-options-menu?view=windows-11&quot; style=&quot;box-sizing:inherit;outline-color:inherit;text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;將自訂工具新增至 Windows RE 進階啟動功能表&lt;/a&gt; | &lt;a href=&quot;https://learn.microsoft.com/zh-tw/windows-hardware/manufacture/desktop/add-a-hardware-recovery-button-to-start-windows-re?view=windows-11&quot; style=&quot;box-sizing:inherit;outline-color:inherit;text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;新增硬體復原按鈕以啟動 Windows RE&lt;/a&gt; | &lt;a href=&quot;https://learn.microsoft.com/zh-tw/windows-hardware/manufacture/desktop/push-button-reset-overview?view=windows-11&quot; style=&quot;box-sizing:inherit;outline-color:inherit;text-decoration-line:none;background-color:rgba(0,0,0,0);outline-style:initial;outline-width:0px&quot;&gt;按鈕重設概觀&lt;/a&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div id=&quot;gmail-assertive-live-region&quot; role=&quot;alert&quot; class=&quot;gmail-visually-hidden&quot; style=&quot;box-sizing:inherit;outline-color:inherit;height:1px;width:1px;border:0px;padding:0px;overflow:hidden&quot;&gt;&lt;/div&gt;&lt;div id=&quot;gmail-polite-live-region&quot; role=&quot;status&quot; class=&quot;gmail-visually-hidden&quot; style=&quot;box-sizing:inherit;outline-color:inherit;height:1px;width:1px;border:0px;padding:0px;overflow:hidden&quot;&gt;&lt;/div&gt;&lt;hr class=&quot;gmail-hr&quot; style=&quot;box-sizing:inherit;outline-color:inherit;height:0px;overflow:visible;margin:1.5rem 0px;padding:0px;border-style:solid;border-right-width:0px;border-bottom-width:0px;border-left-width:0px&quot;&gt;&lt;br class=&quot;gmail-Apple-interchange-newline&quot;&gt;&lt;/div&gt;&lt;/div&gt;  </content><link rel='replies' type='application/atom+xml' href='http://tonysnote.whybut.com/feeds/878883364332168611/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://tonysnote.whybut.com/2023/02/info-windows-windows-re.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/878883364332168611'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8738861532118661180/posts/default/878883364332168611'/><link rel='alternate' type='text/html' href='http://tonysnote.whybut.com/2023/02/info-windows-windows-re.html' title='[Info轉貼] Windows 修復環境 (Windows RE)'/><author><name>Tony Huang</name><uri>http://www.blogger.com/profile/01258944684598910324</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_TA8EBCCBf0KQyk0bIZ3pu_JSpEaj3C8QAWUbENx0Dt85K9IIU-IofMNXMfHQJErU8C24d0IC8RpsWDrDIkt2wpEE0CfMtKiMczadbXK-XykLhxxCrKKKlu5XsDSRmw/s96/TonyHuangIllustGlass.gif'/></author><thr:total>0</thr:total></entry></feed>