Page 1 of 1

texte over several lines

Posted: Sat Feb 27, 2021 6:09 pm
by Jochen
Hi,
How can I find Texts like this?

<div ..... anytext (but not >) .....>

the first ending > may be on several lines later.

Re: texte over several lines

Posted: Mon Mar 01, 2021 9:15 am
by DigitalVolcano
The answer here may help - it's for grabbing a whole div using regex-
https://stackoverflow.com/questions/346 ... pecific-id


So you'd want something like

<div [^>]*></div>