Consider your first pattern: ~/[0-9A-Za-z_-]+_archive/[0-9]+$~. Let's break it down: / a literal string /; [0-9A-Za-z_-]+ one or more of 0-9 ...
確定! 回上一頁