| Prio | Original string | Translation | — |
|---|---|---|---|
| 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.
|
|||
| Repeat a string | 重复字符串 | Details | |
| Pad a string to a certain length with another string | 用其它字符串补足字符串长度 | Details | |
|
Pad a string to a certain length with another string 用其它字符串补足字符串长度
You have to log in to edit this translation.
|
|||
| Calculate the Sample Standard Deviation for the list of numbers | 计算数字列表的样本标准差 | Details | |
|
Calculate the Sample Standard Deviation for the list of numbers 计算数字列表的样本标准差
You have to log in to edit this translation.
|
|||
| Square root | 平方根 | Details | |
| Return a formatted string | 返回格式化字符串 | Details | |
| Sine | 正弦 | Details | |
| Strip whitespace (or other characters) from the end of a string | 剥离字符串末尾的空格(或其他字符) | Details | |
|
Strip whitespace (or other characters) from the end of a string 剥离字符串末尾的空格(或其他字符)
You have to log in to edit this translation.
|
|||
| Rounds a number to an optional precision | 数字取整到可选精度 | Details | |
Export as