P
P
phpavel2019-03-23 17:27:41
PHP
phpavel, 2019-03-23 17:27:41

How to remove TEXT between div tags?

$str = '
<div> 
<div><h1>Title<h2></div>
<p>text</p>
<div>delete me</div>
<div><p>text</p></div>
</div>'

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Dart, 2019-03-23
@gobananas

https://regex101.com/r/2EbgLR/1
Just do not be greedy, otherwise it will delete everything from beginning to end

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question