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

9 lines
301 B
Plaintext

{
"name": "upper",
"type": "function",
"groups": ["String"],
"description": "Converts a string to upper case letters.",
"arguments": [ {"arg":"string","description":"the string to convert to upper case"}],
"examples": [ { "expression":"upper('hello WOrld')", "returns":"'HELLO WORLD'"}]
}