Hi Edmund<br><br>Another suggestion:<br>It would be cool if the the Replace could work correctly with backreferences.<br><br>I.e<br>regex: a(b)e<br>replace: $1an<br>result: ban<br><br>This will allow me to test replace expressions as well.<br>
<br>Thanks<br>Alex<br>