구분자 (# 또는 / 를 추가하면 된다
if(!preg_match ("http://", $file)) // (X)
if(!preg_match ("#http://#", $file)) // (O)