For Each If Text

Syntax

For Each If Text

Parameters

Array

Array of texts

Callable

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

Predicate

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

Output

Result

Modified Array