QGIS/resources/function_help/json/array_contains
2016-09-20 13:22:55 +02:00

9 lines
339 B
Plaintext

{
"name": "array_contains",
"type": "function",
"description": "Returns true if an array contains the given value.",
"arguments": [ {"arg":"array","description":"an array"},
{"arg":"value","description":"the value to search"}],
"examples": [ { "expression":"array_contains(array(1,2,3),2)", "returns":"true"}]
}