mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-06 18:47:20 +00:00
Update templateFunctions.ts
Changed the returnValue for strlen from string to number
This commit is contained in:
parent
c2b2434c28
commit
58549d8ae2
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ export const TemplateFunctions: TemplateFunction[] = [
|
||||||
{
|
{
|
||||||
name: "strlen",
|
name: "strlen",
|
||||||
description: "Returns the length of a string argument.",
|
description: "Returns the length of a string argument.",
|
||||||
returnValue: "string",
|
returnValue: "number",
|
||||||
arguments: ["string"],
|
arguments: ["string"],
|
||||||
examples: ['strlen("hello World")'],
|
examples: ['strlen("hello World")'],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue