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