ドメイン名のステータスは次のとおりです:
xinwen.xxx.com
xinwen.xxx.cn
xinwen.xxx.net
http://xinwen.xxx.com/
php 正規表現 preg_replace を使用して取得する方法xinwen
(?:http://)?([^.]+).xxx.(?:(com|cn|net))
$s=<<<TXTxinwen.xxx.comxinwen.xxx.cnxinwen.xxx.nethttp://xinwen.xxx.com/TXT;preg_match_all('#(^|/)([^/\.]+)\.#m',$s,$ar);print_r($ar[2]);
弱点を学習するには、すべてのルールをマークする必要があります