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/weechat_options.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/weechat_options.txt')
-rw-r--r-- | doc/pl/autogen/user/weechat_options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/pl/autogen/user/weechat_options.txt b/doc/pl/autogen/user/weechat_options.txt index 88999a5b0..22976218c 100644 --- a/doc/pl/autogen/user/weechat_options.txt +++ b/doc/pl/autogen/user/weechat_options.txt @@ -434,7 +434,7 @@ ** wartości: on, off (domyślna wartość: `off`) * [[option_weechat.look.buffer_search_regex]] *weechat.look.buffer_search_regex* -** opis: `domyślne wyszukiwanie w buforze: jeśli włączone szukane jest wyrażenie regularne, w przeciwnym wypadku prosty ciąg` +** opis: `default text search in buffer: if enabled, search POSIX extended regular expression, otherwise search simple string` ** typ: bool ** wartości: on, off (domyślna wartość: `off`) @@ -539,7 +539,7 @@ ** wartości: dowolny ciąg (domyślna wartość: `""`) * [[option_weechat.look.highlight_regex]] *weechat.look.highlight_regex* -** opis: `wyrażenie regularne używane do sprawdzenia, czy wiadomość posiada podświetlenie czy nie, przynajmniej jeden dopasowany ciąg musi być otoczony znakami (alfanumerycznymi, "-", "_" lub "|"), wielkość znaków nie ma wpływu na wyrażenie (użyj "(?-i)" na początku, aby wielkość znaków miała znaczenie), przykłady: "flashcode|flashy", "(?-i)FlashCode|flashy"` +** opis: `POSIX extended regular expression used to check if a message has highlight or not, at least one match in string must be surrounded by word chars (alphanumeric, "-", "_" or "|"), regular expression is case insensitive (use "(?-i)" at beginning to make it case sensitive), examples: "flashcode|flashy", "(?-i)FlashCode|flashy"` ** typ: ciąg ** wartości: dowolny ciąg (domyślna wartość: `""`) |