mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
13 lines
339 B
Plaintext
13 lines
339 B
Plaintext
|
|
{
|
|
"name": "md5",
|
|
"groups": ["Conversions"],
|
|
"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'"}
|
|
]
|
|
}
|