トップ
料金表
自己紹介
ブログ
お問い合わせ
石垣島のWEB屋
ジーエークリエイト
gacreate.com
preg_match
のパターンをテストするページ
文字列
$str =
パターン
$pattern =
実行
if(preg_match($pattern, $str, $matches)) { echo "true"; } else { echo "false"; }
> print_r($matches);