now matching... デリミタはスラッシュ(/)ハッシュ記号(#)や(%)(!)などいろいろ使えます。 パターン修飾子(i)(m)(s)(x)なども使うことが可能です。 PHP: preg_match - Manual PHP: preg_match_all - Manual preg_match_all off on 正規表現 $subject $rtn_val = preg_match('/[a-z0-9]+/i', $subject, $matches); コード実行 実行結果