[Overview][Constants][Classes][Procedures and functions][Index] Reference for unit 'StrExtra' (#Pkg)

ReplaceChar

Replace all the occurences of CharFrom by CharTo in S.

Declaration

Source position: strextra.pas line 103

procedure ReplaceChar(

  var S: string;

  CharFrom: Char;

  CharTo: Char

);