You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/core/settings/variables.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ Bytes output type indicates that the output will be tagged as binary output. Sub
117
117
|`ldap_dn`| String | String | Converts `domain.com` to `dc=domain,dc=com`. |
118
118
|`lenumber`| Bytes | Number | Convert little-endian encoded input into a number. |
119
119
|`lfill(width, filler)`| Any | Any | Pads value from left with filler until length is width. Default filler is `0`. |
120
-
|`list(separator)`| String | String | Converts tab-escaped list into separator separated list. Defaults to `,`. |
120
+
|`list(separator)`| String | String | Converts tab-escaped list into separator separated list. There is no escaping if the value already contains the separator. Defaults to `,`. |
121
121
|`literal(string)`| None | String | Expands into literally the value. If variable is used, works like lookup. Input is ignored. |
122
122
|`lookup(name)`| None | String | Lookup var from table. If var is variable, the name is taken from variable's contents. Input is ignored. |
0 commit comments