summaryrefslogtreecommitdiff
path: root/doc/it
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2024-03-21 23:04:18 +0100
committerSébastien Helleu <flashcode@flashtux.org>2024-03-21 23:04:18 +0100
commit947155f3255e58646698abc5682b8a08bb8adeba (patch)
treef4bbe6cbe3d901bd0674d86b5f3a90637a6a6437 /doc/it
parent59d885764605ff5879f99a0d887d5be1545c3062 (diff)
downloadweechat-947155f3255e58646698abc5682b8a08bb8adeba.zip
doc/user: fix typo in trigger regex replace `${re:+}`
Diffstat (limited to 'doc/it')
-rw-r--r--doc/it/weechat_user.it.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc
index 2faa7e0b6..fecb213e1 100644
--- a/doc/it/weechat_user.it.adoc
+++ b/doc/it/weechat_user.it.adoc
@@ -5528,7 +5528,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"