I have a file in the following format:
Data Data Data [Start] Data I want [End] Data
I\'d like to grab the Data I want from between the
Data I want
\[start\]\s*(((?!\[start\]|\[end\]).)+)\s*\[end\]
This should hopefully drop the [start] and [end] markers as well.
[start]
[end]