13 lines
339 B
Plaintext
Raw Normal View History

2019-09-12 21:26:11 +02:00
{
"name": "md5",
2020-07-02 01:46:48 +01:00
"groups": ["Conversions"],
2019-09-12 21:26:11 +02:00
"type": "function",
"description": "Creates a md5 hash from a string.",
"variableLenArguments": false,
"arguments": [
{"arg":"string", "description": "the string to hash"}],
2019-09-13 07:01:41 +02:00
"examples": [ { "expression":"md5('QGIS')", "returns":"'57470aaa9e22adaefac7f5f342f1c6da'"}
2019-09-12 21:26:11 +02:00
]
}