Copy If Name Array

Syntax

Copy If Name Array

Parameters

Array

Array of names

Predicate

Function that takes name and returns boolean.
If function returns true name would be copied to NewArray

Output

NewArray

All name that returns true in predicate