The subsequence to test for. This can either be an array, a reference to a field or another filter function.
The sequence to test. This can either be an array, a reference to a field or another filter function.
Copyright Ⓒ 2023 SAP SE or an SAP affiliate company. All rights reserved.
Build a filter function to test whether a set is a subsequence of the other, i.e. whether the second parameter can be transformed into the first by removing items. Evaluates to boolean.
Returns
The newly created filter function.