Unit 'LSUtils' Package
[Overview][Types][Procedures and functions][Index] [#pl_solutions]

LSReplaceChar

Declaration

Source position: LSUtils.pas line 129

function LSReplaceChar(

  const AString: string;

  const AOldChar: char;

  const ANewChar: char

):string;

function LSReplaceChar(

  const AString: string;

  const AOldChars: TLSChars;

  const ANewChar: char

):string;



CT Web help

CodeTyphon Studio