Answer the question
In order to leave comments, you need to log in
Regular expression. How to skip everything between two DIV blocks?
Good afternoon!
Can you please tell me how to get only the values of 2 blocks using a regular expression, skipping everything in between?
those.
<div class="1">Получить</div>Пропустить всё<div class="2">Получить</div>
<div class="1">.+?</div>.+?<div class="2">.+?</div>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question