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 55ea9e1 commit 46a5aa5Copy full SHA for 46a5aa5
crowdsec-docs/docs/expr/strings_helpers.md
@@ -58,7 +58,7 @@ Parses an URI into a map of string list.
58
59
`ExtractQueryParam` extract the `param` parameter value from the URL query `query` and returns the list of values.
60
61
-> `any(ExtractQueryParam(uri, "id"), { # == "1" })` returns true fs any of the `id` parameter value from `uri` URI equals to `1`
+> `any(ExtractQueryParam("/foo?id=1&b=2", "id"), { # == "1" })` returns true as at least one of the `id` parameter value is equal to `1`
62
63
### `Sprintf(format string, a ...interface{}) string`
64
0 commit comments