ArrayFilter
ArrayFilter[f,array,r] applies f to all range-r blocks in the specified array.
ArrayFilter[f,array,{r1,r2,…}] applies f to blocks with ranges r1, r2, … in successive dimensions.
ArrayFilter[f,array,template] applies f over blocks specified by the position of 1s in the array template.
Please visit the official Wolfram Language Reference for more details and examples on core symbols.