Regular expression: Difference between revisions

Jump to navigation Jump to search
m
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 352: Line 352:
參考資料:  
參考資料:  
* [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]
=== 尋找中文的文字 ===
參考資料:
* [http://blog.csdn.net/tinyletero/article/details/8201465 unicode编码 \u4e00-\u9fa5 匹配所有中文 - CSDN博客]
* [http://blog.csdn.net/tinyletero/article/details/8201465 unicode编码 \u4e00-\u9fa5 匹配所有中文 - CSDN博客]


Navigation menu