Source position: JPL.Strings.pas line 134
function ReplaceAll(
const SrcStr: string;
const OldStr: string;
const NewStr: string;
IgnoreCase: Boolean = False
):string;