replaceMany

Replaces all values in from with to in range.

A
replaceMany
(
A
B
C...
)
(,
B to
,)

Parameters

range A

The range to replace from in.

to B

The value to replace all values in from with.

from C

The values to be replaced in range.

Return Value

Type: A

The new range after all replaces.

Meta