我如何使用 php 的 preg_replace 与简单的字符串和通配符?
如果我有字符串 [link="*"]
其中 * 是通配符,那么我如何使用 php 将字符串替换为 其中 * 与之前的值相同?
preg_replace 是执行此操作的最佳方法吗?
谢谢,任何帮助表示赞赏!
If i have the string [link="*"]
where * is a wildcard how could i then use php to replace the string with <a href="*">
where * is the same value as before?
Is preg_replace the best way to do this?
Thanks, any help appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)