13572_BranchInformationReport_2012-06-28.zip
次のテキストからファイル名を抽出したい-
1:30","/icons/def13572_BranchInformationReport_2012-06-28.zip","13572_BranchInformationReport_2012-06-28.zip",0,"184296","6 月 28 日
私が使用している正規表現コードは次のとおりです。
var fileNames = from Match m in Regex.Matches(pageSource, @"[0-9]+_+[A-Za-z]+_+[0-9]+-+[0-9]+-+[0-9]+.+(acc|zip|app|xml|def|enr|exm|fpr|pnd|trm)")
select m.Value;
これはうまくいくはずです。
私は何が欠けていますか?