Namespace DougWare.StringExtensionMethods
Classes
- String
Extension Methods This class provides extension methods for strings: GetInnerText and GetInnerTextList. These methods are useful for parsing text to extract substrings or lists of substrings between any two string delimiters. GetInnerTest returns the first substring between the preamble and postscript. GetInnerTestList returns a list of substrings between the preamble and postscript, e.g. "<p>" and "</p>" to get paragraph text as a list from an html fragment.