Prio | Original string | Translation | — |
---|---|---|---|
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 | |
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.
|
Export as