ReplaceChar

ReplaceChar function

function ReplaceChar(Const AString: String; Const Search, Replace: Char): String;

Unit
TeeProcs

Description
Replaces all "search" characters in string AString, with "Replace" character.

Returns new string.