For Each If String

Syntax

For Each If String

Parameters

Array

Array of strings

Callable

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

Predicate

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

Output

Result

Modified Array