diff options
Diffstat (limited to 'doc/fr/weechat_plugin_api.fr.adoc')
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.adoc | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/doc/fr/weechat_plugin_api.fr.adoc b/doc/fr/weechat_plugin_api.fr.adoc index b7b6b777a..1fe87da91 100644 --- a/doc/fr/weechat_plugin_api.fr.adoc +++ b/doc/fr/weechat_plugin_api.fr.adoc @@ -2730,19 +2730,24 @@ première étendue à la dernière) : | `+${re:N}+` + _(WeeChat ≥ 1.1)_ | - Groupe regex capturé : `0` = toute la chaîne correspondante, - `1` à `99` = groupe capturé, `+++` = dernier groupe capturé, - `#` = index du dernier groupe capturé _(WeeChat ≥ 1.8)_. | + Données sur l'expression régulière : + + `0` = toute la chaîne correspondante, + + `1` à `99` = groupe capturé, + + `+++` = dernier groupe capturé, + + `#` = index du dernier groupe capturé _(WeeChat ≥ 1.8)_ + + `repl_index` = index du remplacement en cours (démarre à 1) _(WeeChat ≥ 3.3)_. | `+${re:0}+` + `+${re:1}+` + `+${re:2}+` + `+${re:+}+` + - `+${re:#}+` | + `+${re:#}+` + + `+${re:repl_index}+` | `+test1 test2+` + `+test1+` + `+test2+` + `+test2+` + - `+2+` + `+2+` + + `+1+` | `+${color:nom}+` + _(WeeChat ≥ 0.4.2)_ | |