15,022
edits
(將陣列的每項元素,都加上引號框起來) |
|||
| Line 76: | Line 76: | ||
Thanks, Joshua! More on [http://melikedev.com/2010/02/24/php-wrap-implode-array-elements-in-quotes/ PHP - Wrap Implode Array Elements in Quotes » Me Like Dev] | Thanks, Joshua! More on [http://melikedev.com/2010/02/24/php-wrap-implode-array-elements-in-quotes/ PHP - Wrap Implode Array Elements in Quotes » Me Like Dev] | ||
=== 取代非英文的文字 === | |||
適用: Google Drive 的 RegExReplace 函數 | |||
<pre> | |||
[^\x00-\x80]+ | |||
</pre> | |||
適用: Total commander | |||
<pre> | |||
[^\u0000-\u0080]+ | |||
</pre> | |||
參考資料: [http://stackoverflow.com/questions/150033/regular-expression-to-match-non-english-characters javascript - Regular expression to match non-english characters? - Stack Overflow] | |||
== syntax == | == syntax == | ||