I would like to extract only certain portion of the text file.
In this example, I would like to extract the details of key feature 1 to 4 thus basically from “Change description:” to “Key feature 4” using regex but its not retrieving any data. Please help!
E.g.
System.Text.RegularExpressions.Regex.Match(changeDetails,“(?<=Change description:)[\s\S]?(?=[\r\n]+.?:)”).Value.Replace(“”“”,“”).Replace(“-”,“”).Trim