i am looking for a correct formula to find a php-tag with all the text and lines between
Code: Select all
<?php ...any code... ?>
Code: Select all
<img[^]+>
thx for help
Rainer
Moderator: kfury77
Code: Select all
<?php ...any code... ?>
Code: Select all
<img[^]+>