]*>/','',$string)"."/> ]*>/','',$string)".">

Home  >  Article  >  Backend Development  >  How to replace html with regular php

How to replace html with regular php

藏色散人
藏色散人Original
2020-10-29 09:19:022799browse

How to replace html with php regularly: First create a PHP sample file; then use the regular expression "preg_replace('/]*>/','',$string)" Just replace all HTML tags.

How to replace html with regular php

Recommended: "PHP Video Tutorial"

PHP regular expression to replace all HTML tags

preg_replace(&#39;/<[^>]*>/&#39;,&#39;&#39;,$string)

How to replace html with regular php

The above is the detailed content of How to replace html with regular php. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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