Prio | Original string | Translation | — |
---|---|---|---|
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.
|
|||
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 | |
Compare a string to a regular expression pattern | 文字列を正規表現パターンと比較する | Details | |
Compare a string to a regular expression pattern 文字列を正規表現パターンと比較する
You have to log in to edit this translation.
|
Export as