in reply to Regex: matching any Number then a hyphen
perl -CSD -pe 's/^\d+\K\s*[-.\x{2013}]/./' [download]