| Prio | Original string | Translation | — |
|---|---|---|---|
| Calculate the sum of values in an array | 计算数组值总和 | Details | |
| 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 | 字符串不区分大小写 | 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 | |
| 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.
|
|||
Export as