diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-09 17:21:19 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-09 17:21:19 +0100 |
commit | 73eb2564f363848d379261fd68da9fc16b80e00f (patch) | |
tree | 9bd2e98a00ce52c081b308a242ec92cd0b151fbd /doc/pl/autogen/user/rmodifier_commands.txt | |
parent | 7e540dc5fb7dfb31f1b9c39002c63e62fdf429af (diff) | |
download | weechat-73eb2564f363848d379261fd68da9fc16b80e00f.zip |
core: add "POSIX extended" in description of options/commands/functions using regular expressions
Diffstat (limited to 'doc/pl/autogen/user/rmodifier_commands.txt')
-rw-r--r-- | doc/pl/autogen/user/rmodifier_commands.txt | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/doc/pl/autogen/user/rmodifier_commands.txt b/doc/pl/autogen/user/rmodifier_commands.txt index 00ccfc737..454eb93f6 100644 --- a/doc/pl/autogen/user/rmodifier_commands.txt +++ b/doc/pl/autogen/user/rmodifier_commands.txt @@ -8,24 +8,24 @@ missing default -yes - list: lista wszystkich rmodifierów -listdefault: lista domyślnych rmodifierów - add: dodaje rmodifier - nazwa: nazwa rmodifiera - modyfikatory: oddzielona przecinkiem lista modyfikatorów - grupy: akcja na grupach przechwyconych w wyrażeniu regularnym (wewnątrz nawiasów): oddzielona przecinkami lista grup (od 1 do 9) z opcjonalnym znakiem "*" po numerze, aby ukryć grupę - regex: wyrażenie regularne (wielkość znaków nie ma znaczenia, jeśli poprzedzone "(?-i)" wielkość znaków ma znaczenie) - del: usuwa rmodifier - -all: usuwa wszystkie rmodifiery - missing: dodaje brakujące rmodifiery - default: przywraca domyślne rmodifiery + list: list all rmodifiers +listdefault: list default rmodifiers + add: add a rmodifier + name: name of rmodifier + modifiers: comma separated list of modifiers + groups: action on groups captured in regular expression (inside parentheses): comma separated list of groups (from 1 to 9) with optional "*" after number to hide the group + regex: POSIX extended regular expression (case insensitive, can start by "(?-i)" to become case sensitive) + del: delete a rmodifier + -all: delete all rmodifiers + missing: add missing rmodifiers + default: restore default rmodifiers -Przykłady: - ukrywa wszystko wpisane za komendą /password: +Examples: + hide everything typed after a command /password: /rmodifier add password input_text_display 1,2* ^(/password +)(.*) - usuwa rmodifier "hasło": - /rmodifier del hasło - kasuje wszystkie rmodifiery: + delete rmodifier "password": + /rmodifier del password + delete all rmodifiers: /rmodifier del -all ---- |