2020-07-02 15:03:16 +10:00

10 lines
326 B
Plaintext

{
"name": "trim",
"type": "function",
"groups": ["String"],
"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'"}
]
}