c# - Scanning online directory using regular expressions -
Looking at a directory on a website where all the files have the same substrings (i.e. "AAA") and then the date An Excel file extension, how do I use a regular expression to match one of those files? For example, a file should be I have a look at You can try the reggex given below but it will not check for an exact date. "aaa-2014_14_09.xlsx" or
"aaa-2014_25_11.xlsx" .
C # regex , but have not done any solution till now.
\ baaa- \ d {4} _ \ D {2} _ \ d {2} \. Xlsx \ b
Comments
Post a Comment