Hi Edmund

Another suggestion:
It would be cool if the the Replace could work correctly with backreferences.

I.e
regex: a(b)e
replace: $1an
result: ban

This will allow me to test replace expressions as well.

Thanks
Alex