用域名替换URL并创建链接

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了用域名替换URL并创建链接相关的知识,希望对你有一定的参考价值。

Worst title ever. Basically, this takes a string like:
"Check this out: http://snipplr.com/view/5759/replace-a-url-its-domain-name-and-create-link/" and replaces it with "Check this out: snipplr.com [with a link to the full URL]"
  1. preg_replace("/http://([^/]+)[^s]*/", "<a href='$0'>$1</a>", $text);

以上是关于用域名替换URL并创建链接的主要内容,如果未能解决你的问题,请参考以下文章

结合两个代码片段?将用户输入的 Youtube url 转换为嵌入 url,然后将 iframe src 替换为转换后的 url

用指向 URL 的链接替换文本中的 URL

从 firebase 中删除创建的动态链接并使用 firebase 控制台创建新的自定义 URL

二级域名原理以及程序代码

从ViewPager android替换片段

在tablayout中替换片段