9 lines
302 B
Plaintext

{
"name": "trim",
"type": "function",
"description": "Removes all leading and trailing whitespace (spaces, tabs, etc) from a string.",
"arguments": [ {"arg":"string","description":"string to trim"}],
"examples": [ { "expression":"trim(' hello world ')", "returns":"'hello world'"}
]
}