求一正则
$str="www.fdsalflad.com";
$str="www.fsalfd.cn";
$str="www.fsaldddad.com";
注意,每个域名 的最后一位有个d,非末段的不要删除,我要删除,如何?
$arrRep = preg_replace("/([d]?).com/" ,"", $host);
我的为何不对啊?
谢谢
------解决方案--------------------\b 单词边界
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn