For some background I have a client with an archive department that will be digitizing records. For this reason they need to be able to enter the date of the actual document.
I'm filing by year\month\documents
I can extract the year by \d{4} and I can extract the month by \d{2}. Is there a way to convert the month digit to the month name (i.e. 02 = Feb) without having to create 12 different conditional decisions?