summaryrefslogtreecommitdiff
path: root/doc/en
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/en
parent59d885764605ff5879f99a0d887d5be1545c3062 (diff)
downloadweechat-947155f3255e58646698abc5682b8a08bb8adeba.zip
doc/user: fix typo in trigger regex replace `${re:+}`
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat_user.en.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc
index f3654c796..42676946c 100644
--- a/doc/en/weechat_user.en.adoc
+++ b/doc/en/weechat_user.en.adoc
@@ -5126,7 +5126,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"