| Prio | Original string | 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.
|
|||
| Generate a random integer | ランダムな整数値を生成する | Details | |
| Quote meta characters | メタ文字をエスケープする | Details | |
| Convert a 8 bit string to a quoted-printable string | 8ビット文字列を quoted-printable 文字列に変換する | Details | |
|
Convert a 8 bit string to a quoted-printable string 8ビット文字列を quoted-printable 文字列に変換する
You have to log in to edit this translation.
|
|||
| Convert a quoted-printable string to an 8 bit string | quoted-printable 文字列を8ビット文字列に変換する | Details | |
|
Convert a quoted-printable string to an 8 bit string quoted-printable 文字列を8ビット文字列に変換する
You have to log in to edit this translation.
|
|||
| Exponential expression | 指数表現 | Details | |
| Get value of pi | パイ ( π ) の値を取得する | Details | |
Export as