Dont make me think!
Part of my app requires extracting a date from the line of text. To do this I use a regular expression to pick the substring that has the date, then use a date format to parse it. Heres a screen shot my first version of getting that information. The user inputs both the regex and the date format. After a while it became clear to me that the regex could be derived from the date format....