We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1620b commit 5c15899Copy full SHA for 5c15899
doc/configuration.txt
@@ -1118,7 +1118,8 @@ The list of currently supported predicates is the following:
1118
1119
- streq(<str1>,<str2>) : returns true only if the two strings are equal
1120
- strneq(<str1>,<str2>) : returns true only if the two strings differ
1121
- - strstr(<str1>,<str2>) : returns true only if the second string is found in the first one
+ - strstr(<str1>,<str2>) : returns true only if the second string is found in
1122
+ the first one.
1123
1124
- version_atleast(<ver>): returns true if the current haproxy version is
1125
at least as recent as <ver> otherwise false. The
0 commit comments