StringUtils.ReplaceMany

Replaces multiple matches with a new value

public static string ReplaceMany(string str,
	String[] matchValues,
	string replaceWith)

Parameters

str
String to work on

matchValues
String values to match

replaceWith
String to replace with


See also:

Class StringUtils

© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic