How to split any string with text as keyword

I am not not abel to apply regex to check the text on next lines

Just provide
“\d{1,2}/\d{1,2}/\d{4}(?!Follow-up)”
and put advance.not literal
Then also if its not solved then use text as single line using
yourtext = YourMultilineText.Replace(Environment.NewLine, " ") and then provide regex