I\'m trying to develop a method that will match all strings between two strings:
I\'ve tried this but it returns only the first match:
string Extract
text.Split(new[] {"A1", "A2"}, StringSplitOptions.RemoveEmptyEntries);