diff options
Diffstat (limited to 'doc/ja/weechat_user.ja.adoc')
-rw-r--r-- | doc/ja/weechat_user.ja.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ja/weechat_user.ja.adoc b/doc/ja/weechat_user.ja.adoc index 0caff2b07..3aa0dd183 100644 --- a/doc/ja/weechat_user.ja.adoc +++ b/doc/ja/weechat_user.ja.adoc @@ -5366,7 +5366,7 @@ Matching groups can be used in _replace_: * `+${re:0}+` to `+${re:99}+`: `+${re:0}+` is the whole match, `+${re:1}+` to `+${re:99}+` are groups captured -* `+${re:+}+`: the last match (with highest number) +* `pass:[${re:+}]`: the last match (with highest number) * `+${re:#}+`: index of last group captured * `+${re:repl_index}+`: index of replacement being done (starts to 1) * `+${hide:c,${re:N}}+`: match "N" with all chars replaced by "c" |