| Prio | Original string | Translation | — |
|---|---|---|---|
| Return part of a string | 傳回字串的一部分 | Details | |
| Make a string uppercase | 所有字串大寫 | Details | |
| Make a string lowercase | 所有字串小寫 | Details | |
| Find first occurrence of a string | 尋找字串第一次發生的位置 | Details | |
| Reverse a string | 傳回反寫字串 | Details | |
| Find position of first occurrence of a string | 尋找字串第一次發生的位置 | Details | |
|
Find position of first occurrence of a string 尋找字串第一次發生的位置
You have to log in to edit this translation.
|
|||
| Get string length | 取得字串長度 | Details | |
| Case-insensitive strstr | 不區分大小寫的 strstr | Details | |
| Un-quotes a quoted string | 取消括弧中的字串的括弧 | Details | |
| Find position of first occurrence of a case-insensitive string | 尋找一個不區分大小寫字串第一次出現的位置 | Details | |
|
Find position of first occurrence of a case-insensitive string 尋找一個不區分大小寫字串第一次出現的位置
You have to log in to edit this translation.
|
|||
| Strip HTML and PHP tags from a string | 去掉一個字串的 HTML 和 PHP 標籤 | Details | |
|
Strip HTML and PHP tags from a string 去掉一個字串的 HTML 和 PHP 標籤
You have to log in to edit this translation.
|
|||
| Binary safe string comparison | 二進位制的安全字串比較 | Details | |
| Binary safe case-insensitive string comparison | 二進位制、不區分大小寫的的安全字串比較 | Details | |
|
Binary safe case-insensitive string comparison 二進位制、不區分大小寫的的安全字串比較
You have to log in to edit this translation.
|
|||
| Replace all occurrences of the search string with the replacement string | 將所有出現的搜尋字串以替換字串取代 | Details | |
|
Replace all occurrences of the search string with the replacement string 將所有出現的搜尋字串以替換字串取代
You have to log in to edit this translation.
|
|||
| Repeat a string | 重複字串 | Details | |
Export as