mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 21:06:38 +02:00
doc/user: fix typo in trigger regex replace ${re:+}
This commit is contained in:
@@ -5233,7 +5233,7 @@ Zutreffende Gruppen können in _replace_ verwendet werden:
|
||||
|
||||
* `+${re:0}+` nach `+${re:99}+`: `+${re:0}+` ist die ganze Trefferanzahl, `+${re:1}+` nach
|
||||
`+${re:99}+` sind als Gruppen erfasst.
|
||||
* `+${re:+}+`: das letzte Treffer (mit der höchsten Zahl)
|
||||
* `pass:[${re:+}]`: das letzte Treffer (mit der höchsten Zahl)
|
||||
* `+${re:#}+`: index of last group captured
|
||||
* `+${re:repl_index}+`: index of replacement being done (starts to 1)
|
||||
* `+${hide:c,${re:N}}+`: Treffer "N" mit allen Zeichen die durch "c" ersetzt wurden
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -5282,7 +5282,7 @@ Les groupes de correspondance peuvent être utilisés dans le _remplacement_ :
|
||||
|
||||
* `+${re:0}+` à `+${re:99}+` : `+${re:0}+` est la correspondance complète, `+${re:1}+`
|
||||
à `+${re:99}+` sont les groupes capturés
|
||||
* `+${re:+}+` : la dernière correspondance (avec le numéro le plus élevé)
|
||||
* `pass:[${re:+}]` : la dernière correspondance (avec le numéro le plus élevé)
|
||||
* `+${re:#}+` : index du dernier groupe capturé
|
||||
* `+${re:repl_index}+` : index du remplacement en cours (démarre à 1)
|
||||
* `+${hide:c,${re:N}}+` : la correspondance "N" avec tous les caractères
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -5182,7 +5182,7 @@ Dopasowanie grup może być także użyte:
|
||||
|
||||
* `+${re:0}+` do `+${re:99}+`: `+${re:0}+` to pełne dopasowanie, `+${re:1}+` do
|
||||
`+${re:99}+` to złapane grupy
|
||||
* `+${re:+}+`: ostatnie dopasowanie (z najwyższym numerem)
|
||||
* `pass:[${re:+}]`: ostatnie dopasowanie (z najwyższym numerem)
|
||||
* `+${re:#}+`: index of last group captured
|
||||
* `+${re:repl_index}+`: index of replacement being done (starts to 1)
|
||||
* `+${hide:c,${re:N}}+`: dopasuje "N" ze wszystkimi znakami zastąpionymi przez "c"
|
||||
|
||||
@@ -4868,7 +4868,7 @@ s/regex1/replace1/var1 y/abcdef/ABDDEF/var2
|
||||
|
||||
* `+${re:0}+` до `+${re:99}+`: `+${re:0}+` је комплетно подударање, `+${re:1}+` до
|
||||
`+${re:99}+` су ухваћене групе
|
||||
* `+${re:+}+`: последње подударање (под највећим бројем)
|
||||
* `pass:[${re:+}]`: последње подударање (под највећим бројем)
|
||||
* `+${re:#}+`: индекс последње ухваћене групе
|
||||
* `+${re:repl_index}+`: индекс замене која се врши (почиње од 1)
|
||||
* `+${hide:c,${re:N}}+`: подударање „N” са свим карактерима замењеним са „c”
|
||||
|
||||
Reference in New Issue
Block a user