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