We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f964428 + c2138ca commit aaac8bdCopy full SHA for aaac8bd
resources/function_help/json/array_remove_all
@@ -3,6 +3,6 @@
3
"type": "function",
4
"description": "Returns an array with all the entries of the given value removed.",
5
"arguments": [ {"arg":"array","description":"an array"},
6
- {"arg":"value","description":"the value to add"}],
+ {"arg":"value","description":"the values to remove"}],
7
"examples": [ { "expression":"array_remove_all(array('a','b','c','b'),'b')", "returns":"array: 'a','c'"}]
8
}
0 commit comments