For Each If Name

Syntax

For Each If Name

Parameters

Array

Array of names

Callable

Function that takes name by reference.
Called for each element in Array if returns true in Predicate

Predicate

Function that takes name and returns boolean.
If returns true Callable called

Output

Result

Modified Array