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-2024 • Updated: 06/29/24
Comment or report problem with topic