求正则好手!
Release: 2016-06-13 13:09:47
Original
783 people have browsed it
求正则高手!!!
大众养生网嘿嘿
大众养生网地方拉开到附近阿狸
大众养生网使用正则替换 ‘大众养生网’ 为 ‘MM’
不能替换 a标签、img 标签里面的。
(其他使用全局替换)
------解决方案--------------------
呵呵,你给了个最容易做的文本
PHP code
$s =大众养生网嘿嘿大众养生网地方拉开到附近阿狸
<a href="%E5%A4%A7%E4%BC%97%E5%85%BB%E7%94%9F%E7%BD%91.html" title="大众养生网阿凡达">大众养生网</a>
<img src="%E5%A4%A7%E4%BC%97%E5%85%BB%E7%94%9F%E7%BD%91.gif" alt="大众养生网3dasf" title="afadsf大众养生网">
TXT;
echo preg_replace('/(?)大众养生网/s', 'MM', $s);
<br><font color="#e78608">------解决方案--------------------</font><br>
Copy after login
PHP code
/大众(?![^)/ <div class="clear">
</div>
Copy after login
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
-
2024-10-22 09:46:29
-
2024-10-13 13:53:41
-
2024-10-12 12:15:51
-
2024-10-11 22:47:31
-
2024-10-11 19:36:51
-
2024-10-11 15:50:41
-
2024-10-11 15:07:41
-
2024-10-11 14:21:21
-
2024-10-11 12:59:11
-
2024-10-11 12:17:31