当然,您可能听说过HtmlPurifier。我正在使用 linkify 功能 - 自动将 url 转换为a
标签。所以,现在我只想显示主机名,但在href
属性中保留完整的 url。
例子:
http://www.website.com/article/123-some-cool-article.html
应转换为
<a href="http://www.website.com/article/123-some-cool-article.html">http://www.website.com</a>
那可能吗?