Array
(
    [0] => blue
    [1] => pink
    [2] => green
    [3] => yellow
)

Replacements: 1

In this example, we search an array to find the value "RED", and then we replace the value "red" with "pink".