you can find a lots of samples in VS.net msdn .

解决方案 »

  1.   

    C# Regular Expressions, Revisited
    http://www.oreillynet.com/pub/a/dotnet/2002/03/11/regex2.html
      

  2.   

    find books or resources about PERL, there will be tons of information about regular expressions
      

  3.   

    正则表达式在书中说得都很少,C#高级编程中说的算是最多了,在赛迪网上有专门的文章,不过不知道被CUT掉了没有,祝你好运!
      

  4.   

    regular expressions 的慨念最早是在Perl中!
    你可以去Perl中看看!
      

  5.   

    去http://www.regexlib.com/练,专门的regular expressions 网站.
      

  6.   

    实践。我就是这样学地。看看我做的例子:http://www.2yup.com/asp/forum/branch.asp?pid=10759&cg=0&pn=2这里的语法高亮和UBB都是用vbs的regexp做的。