gpt4 book ai didi

php - 如何在 PHP 中自动将 url 转换为超链接?

转载 作者:行者123 更新时间:2023-12-01 22:44:16 28 4
gpt4 key购买 nike

我有一个输出状态更新的脚本,我需要编写一个脚本,自动将 www.example.com 之类的内容更改为文本 block 中的超链接,就像 Twitter 和 Facebook 所做的那样。我可以在 PHP 中为此使用哪些函数?如果您知道教程,请发布。

最佳答案

$string = " fasfasd  http://webarto.com   fasfsafa";

echo preg_replace("#http://([\S]+?)#Uis", '<a rel="nofollow" href="http://\\1">\\1</a>', $string);

输出:

 fasfasd  <a rel="nofollow" href="http://webarto.com">webarto.com</a>   fasfsafa

关于php - 如何在 PHP 中自动将 url 转换为超链接?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5531502/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com