StringReplace (rtl)
De Wiki1000
(Différences entre les versions)
| Ligne 1 : | Ligne 1 : | ||
| + | |||
<source lang="delphi">Function StringReplace(const SourceString:string; const OldPattern:string; const NewPattern:string):string;</source> | <source lang="delphi">Function StringReplace(const SourceString:string; const OldPattern:string; const NewPattern:string):string;</source> | ||
| − | + | description | |
{|class="wikitable" | {|class="wikitable" | ||
| + | |- | ||
| + | |Result | ||
| + | | | ||
|- | |- | ||
|SourceString | |SourceString | ||
| − | | | + | | |
|- | |- | ||
|OldPattern | |OldPattern | ||
| − | | | + | | |
|- | |- | ||
|NewPattern | |NewPattern | ||
| − | | | + | | |
|- | |- | ||
|Result | |Result | ||
| − | | | + | | |
|} | |} | ||
Version du 27 juin 2011 à 15:24
Function StringReplace(const SourceString:string; const OldPattern:string; const NewPattern:string):string;
description
| Result | |
| SourceString | |
| OldPattern | |
| NewPattern | |
| Result |
Exemple
begin end;
Voir aussi:
| Whos here now: Members 0 Guests 0 Bots & Crawlers 1 |