Description
Extracts data from a string, given a starting and end string.
Signature
ExtractDataBetweenTwoStrings( 'inputstring', 'startstring', 'endstring', 'delimiter', 'mincharcount' )
Example 1
ExtractDataBetweenTwoStrings('The x quick y brown x fox y jumps over the wall', 'x', 'y', '|', 1) returns ' quick | fox '