Hello Everyone,
I searched the whole forum here, and I found that noone answers regular expression questions

I really need to find out how do you do this in VB.NET

in Perl:
$string="Petr"
$string=~ s/etr/eter/ig;

in Engilsh:
Replace etr with eter

In VB.NET ? PLEASE ANYONE?