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 df065e8 commit bf7578bCopy full SHA for bf7578b
data/lua.js
@@ -90,6 +90,18 @@ export const lua_functions = [
90
`Generate new event. If \`parent\` is not specified, the lua script is used
91
as the parent.`
92
},
93
+ {
94
+ name: 'var_expand',
95
+ args: {
96
+ input: {
97
+ type: 'string',
98
+ text: 'String containing variables to expand.',
99
+ }
100
+ },
101
+ tags: [ 'dovecot' ],
102
+ text:
103
+`Expand variables in the input string, [[link,settings_variables]].`
104
105
106
{
107
name: 'base64.encode',
0 commit comments