• λ我爱Aspx >> C#.Net >> 几个C# PROGRAMS (2)
  • 几个C# PROGRAMS (2)

  • :aspxer  Դ:internet  :2007-5-20 15:25:56  ؼ:c#
  • 几个C# PROGRAMS (2)

    p;

    using System;

    using System.Text.RegularExpressions;

    namespace Wrox.ProCSharp.RegularExpressionPlayaround

    {

    class MainEntryPoint

    {

    static void Main()

    {

    Find1();

    Console.ReadLine();

    }

    static void Find1()

    {

    string text = @"XML has made a major impact in almost every aspect of

    software development. Designed as an open, extensible, self-describing

    language, it has become the standard for data and document delivery on

    the web. The panoply of XML-related technologies continues to develop

    at breakneck speed, to enable validation, navigation, transformation,

    linking, querying, description, and messaging of data.";

    string pattern = @"\bn\S*ion\b";

    MatchCollection matches = Regex.Matches(text, pattern,

    Ҷƪл˵?
  • һƪc#中的interface abstract与virtual
    һƪ几个C# PROGRAMS