Home Backend Development PHP Tutorial preg_replace替换a标签解决思路

preg_replace替换a标签解决思路

Jun 13, 2016 pm 01:27 PM
display height lt margin quot

preg_replace替换a标签
更多
怎么写正则,要求a标签样式里出现display:none就把a标签替换成空

------解决方案--------------------

PHP code
$s = 更多
<a href="http://" style="line-height:27px;color:#444547;margin-right:12px;display:none">更多</a>
<a href="http://" style="line-height:27px;color:#444547;margin-right:12px;">更多</a>
TXT;
echo preg_replace('/<a>]*(?=display:none).+?/is','',$s); <div class="clear">
                 
              
              
        
            </div></a>
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

Hot Article Tags

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Fujifilm X-M5 price expectations rise as leaked selfie display adds complexity to the formerly affordable camera line Fujifilm X-M5 price expectations rise as leaked selfie display adds complexity to the formerly affordable camera line Sep 07, 2024 am 09:34 AM

Fujifilm X-M5 price expectations rise as leaked selfie display adds complexity to the formerly affordable camera line

Samsung: New, large display based on E Ink technology displays colors and communicates wirelessly Samsung: New, large display based on E Ink technology displays colors and communicates wirelessly Jun 19, 2024 pm 03:37 PM

Samsung: New, large display based on E Ink technology displays colors and communicates wirelessly

Comparison: Apple Studio Display vs Samsung Smart Monitor M8 Comparison: Apple Studio Display vs Samsung Smart Monitor M8 May 11, 2023 pm 10:46 PM

Comparison: Apple Studio Display vs Samsung Smart Monitor M8

Apple Studio Display's power cord is detachable, but requires special tools Apple Studio Display's power cord is detachable, but requires special tools May 17, 2023 pm 03:05 PM

Apple Studio Display's power cord is detachable, but requires special tools

Comparison: Apple Studio Display vs LG UltraFine 5K Display: Which one is better? Comparison: Apple Studio Display vs LG UltraFine 5K Display: Which one is better? Apr 16, 2023 pm 08:25 PM

Comparison: Apple Studio Display vs LG UltraFine 5K Display: Which one is better?

display what does it mean display what does it mean Oct 26, 2023 am 11:50 AM

display what does it mean

Boot Camp updated to support Apple Studio Display Boot Camp updated to support Apple Studio Display May 20, 2023 pm 11:34 PM

Boot Camp updated to support Apple Studio Display

What values ​​does display have? What values ​​does display have? Nov 20, 2023 pm 05:28 PM

What values ​​does display have?

See all articles