StringUtils.DetokenizeString
Detokenizes a string tokenized with TokenizeString. Requires the collection created by detokenization
public static string DetokenizeString(string text, IEnumerable<string> tokens, string replaceDelimiter)
Parameters
text
Text to work with
tokens
list of previously extracted tokens
replaceDelimiter
the token replacement string that replaced the captured tokens
