StringReplace (rtl)
De Wiki1000
Function StringReplace(const SourceString:string; const OldPattern:string; const NewPattern:string):string;
Cette fonction remplace toutes les occurrences de oldPattern par newPattern dans SourceString.
SourceString | La chaîne dans laquelle remplacer |
OldPattern | La chaîne à remplacer |
NewPattern | La chaîne de remplacement |
Result | La chaîne en retour |
Exemple
begin end;
Voir aussi: