StringExtensionsReplaceAll Method

Overload List

ReplaceAll(String, IEnumerableChar, Char) Returns a new string in which all occurrences of the specified characters in the current instance are replaced with another specified character.
ReplaceAll(String, IEnumerableChar, String) Returns a new string in which all occurrences of the specified characters in the current instance are replaced with another specified string.
ReplaceAll(String, IEnumerableString, Char) Returns a new string in which all occurrences of the specified strings in the current instance are replaced with another specified character.
ReplaceAll(String, IEnumerableString, String) Returns a new string in which all occurrences of the specified strings in the current instance are replaced with another specified string.
ReplaceAll(String, IEnumerableChar, Char, StringComparison) Returns a new string in which all occurrences of the specified characters in the current instance are replaced with another specified character using the specified string comparison type.
ReplaceAll(String, IEnumerableChar, String, StringComparison) Returns a new string in which all occurrences of the specified characters in the current instance are replaced with another specified string using the specified string comparison type.
ReplaceAll(String, IEnumerableString, Char, StringComparison) Returns a new string in which all occurrences of the specified strings in the current instance are replaced with another specified string using the specified string comparison type.
ReplaceAll(String, IEnumerableString, String, StringComparison) Returns a new string in which all occurrences of the specified strings in the current instance are replaced with another specified string using the specified string comparison type.

See Also