Results 1 to 2 of 2

Thread: RegEx

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2002
    Posts
    2

    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?

  2. #2
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    Take a look at this article. It deals with regular expressions, but its in C#.

    Hope that helps

    http://windows.oreilly.com/news/csharp_0101.html
    Dont gain the world and lose your soul

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width