【PHP】<table>〜</table>を削除

$html 内の <table>〜</table> を削除して、結果を $result に返す。
[php]
$result = preg_replace( "/<t(h|d|r|able).*?>.*?<\/t(h|d|r|able).*?>/", "", $html );
[/php]

Unity

次の記事

時間を止める