我需要按尺寸
stared items is currentct rule:
/test/abcd/files/01_aa_100x200.jpg *
/test/abcd/files/abcd_221x105.jpg *
/test/abcd/files/01_aa_icon.jpg *
/test/abcd/files/01aa_iconblabla.jpg
/test/abcd/files/aa_small.jpg *
/test/abcd/files/aa0_test.jpg
我使用这个,但dosnt工作
\/([0-9a-z-]{1,})\/([0-9a-f]{2})([0-9a-f]{2})\/(.+)\_[x0-9|small|icon|normal|large](.+)\.(jpg|png|gif|jpeg)
答案 0 :(得分:0)
尝试以下方法:
\/([0-9a-z-]+)\/([0-9a-f]{2})([0-9a-f]{2})\/(.+)\_(\d+x\d+|small|icon|normal|large)\.(jpg|png|gif|jpeg)