Question: Are there any improvements to
this regex? It's intended to remove "Day ##:" from various October challenge fics.
Code:
## Removing 'Day ##:' from titles
title=>^Day \d+: =>
I suppose I might need to change it in the future if I see dashes or some other punctuation used in place of colons.