StringUtils.TokenizeString

Tokenizes a string based on a start and end string. Replaces the values with a token text (#@#1#@# for example).

        You can use Detokenize to get the original values back using DetokenizeString
        using the same token replacement text.
public static List<string> TokenizeString(String& text, string startMatch, 
			string endMatch, string replaceDelimiter)

Parameters

text
Text to search

startMatch
starting match string

endMatch
ending match string

replaceDelimiter
token replacement text - make sure this string is a value that is unique and doesn't occur in the document