Regex matching multiple lines multiple times
\s*([^:]+?)\s*:\s*(.*(?:\s*(?!.*:).*)*)\s*
This solution matches the date and time string.
How do I modify the above solution so that the date and time is included with the Description: header?
Name: John Doe
Age: 23
Primary Language: English
Description: This is a multiline
description field that I want
to capture Fri, 02 Sep 2022 14:46:45 -0500
Country: Canada