2013-08-29 1 views

답변

1
<?php 
$filename = "A-("; 
if(preg_match("/^[A-Za-z0-9-\(\)]+$/", $filename)) { 
    echo "matched"; 
}