パターンマッチ

// preg_match の場合
if (preg_match("/[a-z]+/i",$str)) {
echo "マッチしました";
}

コメントを残す