通过 preg_match 传递带有元字符的变量?

发布于 2024-11-02 16:16:26 字数 239 浏览 0 评论 0原文

我已经尝试了三个小时来传递这些变量(字符串) 通过 preg_match.我已经尝试了一切。 preg_quote 只会让他们变得更糟。

".html">";

"</a> (<a";

你会认为

"/.html/">";   and

"</a> /(<a"; would work but no

I've been trying for three hours to pass these variables(strings)
through preg_match. i have tried everything. preg_quote just messes them up worse.

".html">";

"</a> (<a";

you'd think that

"/.html/">";   and

"</a> /(<a"; would work but no

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

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

发布评论

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

评论(1

窝囊感情。 2024-11-09 16:16:26

使用 preg_quote(),并设置第二个参数是你的正则表达式分隔符。

Use preg_quote(), and set the second parameter to be your regex delimiter.

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