2019-10-26 08:32:26 +10:00

12 lines
310 B
Plaintext

{
"name": "md5",
"type": "function",
"description": "Creates a md5 hash from a string.",
"variableLenArguments": false,
"arguments": [
{"arg":"string", "description": "the string to hash"}],
"examples": [ { "expression":"md5('QGIS')", "returns":"'57470aaa9e22adaefac7f5f342f1c6da'"}
]
}