标签: php
我想从php字符串中删除example.com以外的字符串中的所有域名。任何人都可以写正则表达式。
preg_replace("/!http://example.com[^>]+\>/i", "", $string);
但它不起作用。任何人都可以在这方面取悦。
此致