I have the following structure for names:
GuidAsString/yyyy/MM/dd.zip
An example:
e1e2e854-e1cd-4980-83bb-2a0273f904aa/2018/11/18.zip
I would like to extract the date using regex. Regex is just not my thing.
Update: I am trying to do something like:
DateTime dateTime = DateTime.ParseExact(name, format, formatprovider)
and I am looking for the format. If you have a more elegant way that would be even better.
I would appreciate your help.

18.zip, and/2018/+/11/are simply subfolders