#5408
Puzom
Participant

Hi,

Enable the Regular Expressions Can Match New Line Characters check box.

To do so press CTRL+K –> Search tab –> last check box in that dialog. Enable it.

Also set the Additional Lines to Search for Regular Expressions to 10 or so.

Not sure how much you want to catch, but if you want to go from “”<script"…to…."””
you can use “<script.*” (Use Regular Expressions option should be enabled in the find/search dialog)

Regards.