mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
Better description
This commit is contained in:
parent
fba1762c7d
commit
f8c2123b53
@ -2,7 +2,7 @@
|
||||
"name": "map_prefix_keys",
|
||||
"type": "function",
|
||||
"groups": ["Maps"],
|
||||
"description": "Returns a map with all keys prefixed by prefix.",
|
||||
"arguments": [ {"arg":"map","description":"a map"}, {"arg":"prefix","description":"the prefix"}],
|
||||
"description": "Returns a map with all keys prefixed by a given string.",
|
||||
"arguments": [ {"arg":"map","description":"a map"}, {"arg":"prefix","description":"a string"}],
|
||||
"examples": [ { "expression":"map_prefix_keys(map('1','one','2','two'), 'prefix-')", "returns":"{ 'prefix-1': 'one', 'prefix-2': 'two' }"}]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user