| 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 | 大文字と小文字を比較しない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.
|
|||
Export as