1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 02:03:13 +02:00

core: add "POSIX extended" in description of options/commands/functions using regular expressions

This commit is contained in:
Sebastien Helleu
2014-01-09 17:21:19 +01:00
parent 7e540dc5fb
commit 73eb2564f3
50 changed files with 732 additions and 672 deletions
+6 -5
View File
@@ -6515,8 +6515,8 @@ command_init ()
" < less\n"
" >= greater or equal\n"
" > greater\n"
" =~ is matching regex\n"
" !~ is NOT matching regex\n\n"
" =~ is matching POSIX extended regex\n"
" !~ is NOT matching POSIX extended regex\n\n"
"An expression is considered as \"true\" if it is not NULL, "
"not empty, and different from \"0\".\n"
"The comparison is made using integers if the two "
@@ -6594,9 +6594,10 @@ command_init ()
" - logical \"and\": use \"+\" between tags (for "
"example: \"nick_toto+irc_action\")\n"
" - tags can start or end with '*'\n"
" regex: regular expression to search in line\n"
" - use '\\t' to separate prefix from message, special "
"chars like '|' must be escaped: '\\|'\n"
" regex: POSIX extended regular expression to search in "
"line\n"
" - use '\\t' to separate prefix from message, "
"special chars like '|' must be escaped: '\\|'\n"
" - if regex starts with '!', then matching "
"result is reversed (use '\\!' to start with '!')\n"
" - two regular expressions are created: one for "