Regular expression: Difference between revisions

Jump to navigation Jump to search
no edit summary
mNo edit summary
No edit summary
Line 331: Line 331:
<div style="clear:both;">&nbsp;</div>
<div style="clear:both;">&nbsp;</div>


=== 尋找非英文的文字 ===
=== 尋找中文、非英文的文字 ===
適用: Google Drive 的 RegExReplace 函數、Notepad++的搜尋
適用: Google Drive 的 RegExReplace 函數、Notepad++的搜尋
<pre>
<pre>
Line 353: Line 353:
* [http://stackoverflow.com/questions/150033/regular-expression-to-match-non-english-characters javascript - Regular expression to match non-english characters? - Stack Overflow]
* [http://stackoverflow.com/questions/150033/regular-expression-to-match-non-english-characters javascript - Regular expression to match non-english characters? - Stack Overflow]


=== 尋找中文的文字 ===
中文字包含繁體中文與簡體中文,不包含特殊符號,例如 Emoji:{{kbd | key = ⭐}}。
中文字包含繁體中文與簡體中文,不包含特殊符號,例如 Emoji:{{kbd | key = ⭐}}。
PHP:
PHP:

Navigation menu