ja ja. Mal wieder die Delphi Hilfe:
Zitat:
Returns a string with occurrences of one substring replaced by another substring.
Und man könnte es sogar an der Definition erkennen:
Code:
[color=red][b]function[/b][/color] StringReplace(const S, OldPattern, NewPattern: string; Flags: TReplaceFlags): [b][color=red]string[/color][/b];