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 11550b9 commit 3988ab2Copy full SHA for 3988ab2
content/docs/reference/templates/functions.md
@@ -2227,15 +2227,15 @@ Places commas to separate groups of thousands in a number.
2227
{{ $result := inFold <list> <value> }}
2228
```
2229
2230
-Same as [in](#in), but is case-insensitive.
+Same as [in](#in), but is case-insensitive. List can be a slice or string.
2231
2232
#### in
2233
2234
```yag
2235
{{ $result := in <list> <value> }}
2236
2237
2238
-Returns whether the case-sensitive `value` is in the provided list.
+Returns whether the case-sensitive `value` is in the provided list. List can be a slice or string.
2239
2240
#### index
2241
0 commit comments