Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: jpstoryHi All
I am looking for files which have "Invoice Breakdown*17.xls*" as part of the file name, what script (other than strFind) function can I use in order to perform a wildcard search in a string?
Understood that strFind is available, but there are simply too many variations to the file names, see example below:
Invoice Breakdown Jan17.xls
Invoice Breakdown Jan17.xlsx
Invoice Breakdown Jan2017.xls
Invoice Breakdown_Jan_17.xls
Invoice Breakdown_Jan_2017.xls
Invoice Breakdown Jan 2017.xlsx
Invoice Breakdown January 2017.xlsx
Thanks.