Returns the array that excludes the elements which includes any of the given exclusions, case-insensitive
Optional
the arrays to inspect
the elements array to exclude
the array that excludes the elements which includes any of the given exclusions, case-insensitive
removeIncludesIgnoreCase(['foo', 'bar'], ['AR']); // ['foo'] Copy
removeIncludesIgnoreCase(['foo', 'bar'], ['AR']); // ['foo']
Returns the array that excludes the elements which includes any of the given exclusions, case-insensitive