multiReplace

Replaces things[0] with things[1] in what all at once. Returns the new string.

string
multiReplace
(
string what
,
string[] things...
)

Meta

History

Added February 12, 2022. I might move it later.