PHP:更改提及链接(Href)

时间:2016-10-20 11:09:27

标签: php string

您好我发现此代码中的所有提及字符串:

$WebsiteURL = 'http://localhost/';
$mention_url = $WebsiteURL. "\\0";
$string = preg_replace("/(?<!\S)@([0-9a-zA-Z_]+)/", "<a href='$mention_url'>\\0</a>", $string);

当我点击提及网站时,我会将我重定向到示例:http://localhost/@nention_name

我想更改为像这样重定向:http://localhost/nention_name

0 个答案:

没有答案