m< ( # Start of capture #1 [A-Z][a-z]{2} # Month name \s \d{2} # Day \s \d{2}:\d{2} # Hour:Minutes ) # End of capture #1 \s (/.+\.Z) # Capture #2: File name >x; # End of regex, note 'x' modifier