mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
10 lines
399 B
Plaintext
10 lines
399 B
Plaintext
|
{
|
||
|
"function": "concat",
|
||
|
"description": "Concatenates several strings to one.",
|
||
|
"variableLenArguments": true,
|
||
|
"arguments": [ {"arg":"string1", "syntaxOnly": true},
|
||
|
{"arg":"string2", "syntaxOnly": true},
|
||
|
{"arg":"string", "descOnly": true, "description":"a string value"}],
|
||
|
"examples": [ { "expression":"concat('a','b','c','d','e')", "returns":"'abcde'"}]
|
||
|
}
|