Replace all the occurences of CharFrom by CharTo in S.
Source position: strextra.pas line 103
procedure ReplaceChar(
var S: string;
CharFrom: Char;
CharTo: Char
);