Hello all,
Long time lurker, first time user....
So I am trying to retrieve dates from a lot of filenames. The dates and file names can be variable and I am at a loss... Ive been messing around with right() mid() Left() split(), but no luck... Here are a few examples for file names.
text - 12 jun 19.pdf (this is the standard for years, but people make mistakes with the naming convention)
text - 12 jun 19 .pdf
text - 12 jun 19.pdf
text - 12 june 19.pdf
text 12 jun 19.pdf
text - 12 jun 19 1.pdf
text - 12 jun 19 A.pdf
I know i might not be able to hit all of them, but id like to hit most of them. Let me know what you guys think.
Long time lurker, first time user....
So I am trying to retrieve dates from a lot of filenames. The dates and file names can be variable and I am at a loss... Ive been messing around with right() mid() Left() split(), but no luck... Here are a few examples for file names.
text - 12 jun 19.pdf (this is the standard for years, but people make mistakes with the naming convention)
text - 12 jun 19 .pdf
text - 12 jun 19.pdf
text - 12 june 19.pdf
text 12 jun 19.pdf
text - 12 jun 19 1.pdf
text - 12 jun 19 A.pdf
I know i might not be able to hit all of them, but id like to hit most of them. Let me know what you guys think.