Unit 'cyStrUtils' Package
[Overview][Constants][Types][Procedures and functions][Index] [#pl_cindy]

String_Subst

Declaration

Source position: cyStrUtils.pas line 321

function String_Subst(

  OldStr: string;

  NewStr: string;

  Str: string;

  const CaseSensitive: TCaseSensitive = csCaseSensitive;

  AlwaysFindFromBeginning: Boolean = False

):string; overload;

function String_Subst(

  const OldStr: string;

  const NewStr: string;

  const Str: string;

  fromPosition: Word;

  ToPosition: Word;

  const CaseSensitive: TCaseSensitive = csCaseSensitive;

  const AlwaysFindFromBeginning: Boolean = False

):string; overload;



CT Web help

CodeTyphon Studio