%dw 2.0
output application/json
---
{ "a" : [0, 1, 1, 2] -- [1,2] }
--
--<S>(source: Array<S>, toRemove: Array<Any>): Array<S>
Removes specified values from an input value.
This version of --
removes all instances of the specified items from an array. Other
versions act on objects, strings, and the various date and time formats that
are supported by DataWeave.
Name | Description |
---|---|
|
The array containing items to remove. |
|
Items to remove from the source array. |