class function StringReplace( const S: String; const OldPattern: array of string; const NewPattern: array of string ): string; overload;
Parameters |
Description |
S |
Scope is const. Type is String. |
OldPattern |
Scope is const. Type is array of string. |
NewPattern |
Scope is const. Type is array of string. |
string
StringReplace is a overloaded class method.
StringReplace returns a string value.
Topic generated.
TIdSysVCL.StringReplace
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|