Avatar of msibley
msibley
Flag for United States of America

asked on 

Perl search string, validation

I need a perl search string to validate filenames as I iterate through them.

The filenames should all:
Have 25 characters plus the extension (.xlsx), for example: TESTY_ClinicalQ_20171104.xlsx
First 5 characters: caps alphabetic
underscore
"ClinicalQ" just as it is (first character capital C, then lowercase "linical", then capital Q)
underscore
Then 8 numeric characters
.xlsx
PerlRegular Expressions

Avatar of undefined
Last Comment
tel2

8/22/2022 - Mon