Loading docs/manual/expr.xml +1 −4 Original line number Diff line number Diff line Loading @@ -581,13 +581,10 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>" Header set matched true </If> # Function examples in boolean context # Function example in boolean context <If "md5('foo') == 'acbd18db4cc2f85cedef654fccc4a4d8'"> Header set checksum-matched true </If> <If "md5('foo') == replace('md5:XXXd18db4cc2f85cedef654fccc4a4d8', 'md5:XXX', 'acb')"> Header set checksum-matched-2 true </If> # Function example in string context Header set foo-checksum "expr=%{md5:foo}" Loading Loading
docs/manual/expr.xml +1 −4 Original line number Diff line number Diff line Loading @@ -581,13 +581,10 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>" Header set matched true </If> # Function examples in boolean context # Function example in boolean context <If "md5('foo') == 'acbd18db4cc2f85cedef654fccc4a4d8'"> Header set checksum-matched true </If> <If "md5('foo') == replace('md5:XXXd18db4cc2f85cedef654fccc4a4d8', 'md5:XXX', 'acb')"> Header set checksum-matched-2 true </If> # Function example in string context Header set foo-checksum "expr=%{md5:foo}" Loading