在mysql中使用preg_replace

发布于 2024-08-26 04:28:55 字数 192 浏览 3 评论 0 原文

我的数据库中有一个 CMS 内容。内容还包含 ''。 我想使用 mysql 查询检索此内容并在前端显示,但所有 ' 从内容中删除。

如何使用 mysql 中的查询来完成此操作?

I have a CMS content in database. The content contains '<img src= .............../>' also.
I want to retrieve this content using mysql query and show on frontend but with all '<img src='.........../>' removed from the content.

How can it be done using query in mysql?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

帅气尐潴 2024-09-02 04:28:55

安装lib_mysqludf_preg后,您将能够在MySQL中使用各种正则表达式函数。请参阅该页面上的文档以了解有关它们的更多信息。

免责声明:我没有使用过这个包,并且不保证它不会对服务器做任何事情。

Once you install lib_mysqludf_preg you'll be able to use various regex functions in MySQL. See the docs on that page to find out more about them.

DISCLAIMER: I have not used this package and will not guarantee that it won't do anything to the server.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文