我爱Aspx >> C#.Net >> 几个C# PROGRAMS (2)几个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# PROGRAMS[05-20]
C#中关于GDI+输出的问题[05-20]
不要忽略c#中的using和as操作符[05-20]
汇总c#.net常用函数和方法集[05-20]
C#实现的根据年月日计算星期几的..[05-20]
C#调用ORACLE存储过程返回结果集..[05-20]
简单的多人聊天(C#.Socket).[05-20]
C#版MultiSelected DataGrid[05-20]
用C#读取sina天气预报到wap页面(..[05-20]
用C#读取sina天气预报到wap页面(..[05-20]
几个C# PROGRAMS[05-20]
C#中关于GDI+输出的问题[05-20]
不要忽略c#中的using和as操作符[05-20]
汇总c#.net常用函数和方法集[05-20]
C#实现的根据年月日计算星期几的..[05-20]
C#调用ORACLE存储过程返回结果集..[05-20]
简单的多人聊天(C#.Socket).[05-20]
C#版MultiSelected DataGrid[05-20]
用C#读取sina天气预报到wap页面(..[05-20]
用C#读取sina天气预报到wap页面(..[05-20]