Regular expression: Difference between revisions

Jump to navigation Jump to search
m
Line 342: Line 342:


=== 尋找中文、非英文的文字 ===
=== 尋找中文、非英文的文字 ===
適用: Google Drive RegExReplace 函數、Notepad++的搜尋
適用: Google Drive 試算表的 [https://support.google.com/docs/answer/3098245?hl=zh-Hant RegExReplace] 函數、Notepad++的搜尋
<pre>
<pre>
[^\x00-\x80]+
[^\x00-\x80]+

Navigation menu