diff options
Diffstat (limited to 'doc/ja/weechat_plugin_api.ja.adoc')
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.adoc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc index edf9c5830..b464119f1 100644 --- a/doc/ja/weechat_plugin_api.ja.adoc +++ b/doc/ja/weechat_plugin_api.ja.adoc @@ -2298,6 +2298,13 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio `+${rev:Hello, world!}+` | `+!dlrow ,olleH+` +// TRANSLATION MISSING +| `+${repeat:count,string}+` + + (_WeeChat ≥ 2.3_) | + Repeated string. | + `+${repeat:5,-}+` | + `+-----+` + | `+${re:N}+` + (_WeeChat バージョン 1.1 以上で利用可_) | 正規表現のキャプチャグループ: `0` = マッチするすべての文字列、`1` から `99` = |