Source position: JPL.Strings.pas line 153
function RemoveChars( |
const SrcStr: string; |
const CharsToRemove: string; |
IgnoreCase: Boolean = False |
):string; overload; |
const SrcStr: string; |
Chars: array of char; |
IgnoreCase: Boolean = False |
):string; overload; |
| CT Web help |
| CodeTyphon Studio |