Extracts a string from between a pair of delimiters. Only the first instance is found.
public static string ExtractString(string source, string beginDelim, string endDelim, bool caseSensitive, bool allowMissingEndDelimiter, bool returnDelimiters)
Return Value
Extracted string or ""
Parameters
source
Input String to work on
beginDelim
endDelim
ending delimiter
caseSensitive
allowMissingEndDelimiter
returnDelimiters
See also:
Class StringUtils© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic