ReplaceList()
Peforms a series of search'n'replace on a single string using the comma-separated lists passed in
Usage
STRING = ReplaceList(
string,
listsub,
listnew
)
Argument | Summary |
---|---|
string | string |
listsub | list of sub-strings |
listnew | list of new substring |
Calling
Supports named-parameter calling allowing you to use the function like:
ReplaceList( string=?, listsub=?, listnew=? );
Supports passing parameters as a structure using ArgumentCollection:
ReplaceList( ArgumentCollection={ string : ?, listsub : ?, listnew : ? } );
See Also
Asc
BinaryDecode
BinaryEncode
Charat
Charsetdecode
Charsetencode
Chr
Cjustify
Compare
Comparenocase
Decodeforhtml
Encodeforfilename
Encodeforhtmlattribute
Encodeforjavascript
Find
FindNocase
FindOneof
Fixeol
GetToken
Html
HtmlCodeformat
HtmlEditformat
HtmlGetprintabletext
HtmlSourceformat
HtmlTidy
Insert
Jsstringformat
Lcase
Left
Len
Ljustify
Ltrim
Markdown
Mid
Paragraphformat
Reescape
Refind
Refindnocase
Rematch
Rematchnocase
Removechars
Repeatstring
Replace
ReplaceList
ReplaceNocase
Rereplace
Rereplacenocase
Reverse
Right
Rjustify
Rtrim
SpanExcluding
SpanIncluding
Stripcr
ToScript
Trim
Ucase
Wrap