Unit 'JPL.Strings' Package
[Overview][Constants][Types][Procedures and functions][Index] [#pl_jplib]

RemoveChars

Declaration

Source position: JPL.Strings.pas line 153

function RemoveChars(

  const SrcStr: string;

  const CharsToRemove: string;

  IgnoreCase: Boolean = False

):string; overload;

function RemoveChars(

  const SrcStr: string;

  Chars: array of char;

  IgnoreCase: Boolean = False

):string; overload;



CT Web help

CodeTyphon Studio