Answer the question
In order to leave comments, you need to log in
Make regex minimal for filename?
Please help write a regex to validate a filename with this pattern:
SM_YYYYQ#_{Vendor_Name}_{RFI_Round}_{version}.xslx
SM_YYYYQ#_{Vendor_Name}_{RFI_Round}_{version}.xsl
Answer the question
In order to leave comments, you need to log in
^SM_\d{4}Q\d_.*?_\d\d[A-Z]\d_\d\.xls$
https://regex101.com/r/9711ng/1
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question