N
N
Name2018-03-20 07:43:18
PHP
Name, 2018-03-20 07:43:18

Remove everything in div tags with a certain class, along with this tag?

Please help me to remove the request from the line: you need to remove: in order for it to remain - 1245, then everything that is not in the div tag with the qwe class needs to be removed.
1 2 <div class="qwe"><div>3</div></div> 4 5
<div class="qwe"><div>3</div></div>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Name, 2018-03-20
@User782

who may need

preg_replace("/(<div class=\"qwe\">)(.*)(<\/div>)/",'',$text);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question