From c491241989db700c5a3527ba9802639f59f30faf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 29 Apr 2017 17:08:31 +0200 Subject: core: update translations --- doc/en/autogen/user/weechat_commands.adoc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/en/autogen/user') diff --git a/doc/en/autogen/user/weechat_commands.adoc b/doc/en/autogen/user/weechat_commands.adoc index aaa5bc7e7..5d9fc4e15 100644 --- a/doc/en/autogen/user/weechat_commands.adoc +++ b/doc/en/autogen/user/weechat_commands.adoc @@ -274,6 +274,8 @@ expression: expression to evaluate, variables with format ${variable} are replac > greater =~ is matching POSIX extended regex !~ is NOT matching POSIX extended regex + =* is matching wildcard mask + !* is NOT matching wildcard mask An expression is considered as "true" if it is not NULL, not empty, and different from "0". The comparison is made using integers if the two expressions are valid integers. @@ -328,6 +330,7 @@ Examples (conditions): /eval -n -c abcd =~ (?-i)^ABC ==> 0 /eval -n -c abcd =~ (?-i)^abc ==> 1 /eval -n -c abcd !~ abc ==> 0 + /eval -n -c abcd =* a*d ==> 1 ---- [[command_weechat_filter]] -- cgit v1.2.3