Copy If String Array

Syntax

Copy If String Array

Parameters

Array

Array of strings

Predicate

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

Output

NewArray

All string that returns true in predicate