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
Refer to this question to pull out text between tags with space characters and dots (.)
.
[\S\s] is the one I used
[\S\s]
Regex to match any character including new lines