mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
12 lines
321 B
Plaintext
12 lines
321 B
Plaintext
|
|
{
|
|
"name": "sha1",
|
|
"type": "function",
|
|
"description": "Creates a sha1 hash from a string.",
|
|
"variableLenArguments": false,
|
|
"arguments": [
|
|
{"arg":"string", "description": "the string to hash"}],
|
|
"examples": [ { "expression":"sha1('QGIS')", "returns":"'f87cfb2b74cdd5867db913237024e7001e62b114'"}
|
|
]
|
|
}
|