wwUtils::DetokenizeString

Detokenizes a string tokenized with TokenizeString() by replacing embedded token placeholders with token strings stored in a collection.

o.DetokenizeString(lcString,loTokens,lcDelimiter)

Parameters

lcString
Tokenized string.

loTokens
The tokens to replace the string with.

lcDelimiter
Optional - The text of the delimiter which delimits the tokens in the string. Defaults to #@#


See also:

Class wwUtils | wwUtils::TokenizeString

© West Wind Technologies, 2023 • Updated: 11/19/15
Comment or report problem with topic