8 lines
277 B
Plaintext

{
"name": "lower",
"type": "function",
"description": "Converts a string to lower case letters.",
"arguments": [ {"arg":"string","description":"the string to convert to lower case"}],
"examples": [ { "expression":"lower('HELLO World')", "returns":"'hello world'"}]
}