通配符搜索 PHP
我真的不知道它叫什么,但基本上这就是我想在 PHP 中将其表示为字符串的内容:
<div class="post" id="post-*Any Content*">
我怎样才能做到这一点。
编辑:很抱歉没有很好地解释它,基本上我将检查一个字符串是否包含此文本,其中任何内容基本上是整个世界中的任何内容,只要后面有。
就像正则表达式或其他东西。
I dunno really what its called but basically this is what I want to represent this as a string in PHP :
<div class="post" id="post-*Any Content*">
How could i do this.
edit: sorry for not explaining it very well guys, basically I'm going to be checking to see if a string contains this text, where any content is basically anything in the whole wide world, as long as there is behind.
Like a regex or something maybe.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 HTML 解析器 解析 HTML。
Use an HTML parser to parse HTML.