If you are looking for a description to accompany this file or a summary of what it contains, here is some helpful text:
match = re.match(pattern, filename) if match: print(match.groupdict())