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

public static List<String> TokenizeString(ref string text,
	string start,
	string end,
	string replaceDelimiter)

Parameters

text

start

end

replaceDelimiter


See also:

Class StringUtils

© West Wind Technologies, 1996-2020 • Updated: 07/15/20
Comment or report problem with topic