|
-
Sep 7th, 2002, 10:29 PM
#1
Thread Starter
New Member
RegEx
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|