Hello,
im to stupid to understand regular expressions with ReReplacer.
I use regex at other software and php - works very well, but not with ReReplacer.
Example:
<!-- >>> Modules Anywhere >>> --><table border="0" style="color:#000;"><tr><td colspan="2">Keto-Life Ticker</td></tr><tr><td colspan="2" align="left"><img src="images/ticker/ticker_01.jpg" alt="Ticker 01" /><img src="images/ticker/point/sort_desc.png" alt="Zeiger 01" style="position:relative;top:3px;left:-108.67346938776px;"/></td></tr><tr><td>81.8</td><td style="text-align:right">72</td></tr><tr><td>74.49%.</td></tr></table><!-- <<< Modules Anywhere <<< -->
I want to delete or replace all chars between START and STOP.
OK, i go online to
Online RegEx Tester
and use following mask:
<!--.>>>.Modules Anywhere.*?.Modules Anywhere.<<<.-->
this works very well, but not in ReReplacer (i tested 4 online regex testers, ALL works!)
In ReReplacer works:
Modules Anywhere.?*
but this removes not all but ALL other, im very confused...
Use ReReplacer an own syntax of regular expressions?
Please help.
Thanks!