Click here to Skip to main content
15,881,600 members
Articles / Programming Languages / C#

Regular Expressions in .NET

Rate me:
Please Sign up or sign in to vote.
2.53/5 (16 votes)
17 Dec 2005CPOL5 min read 112.4K   808   38  
Introduction to regular expressions and how to use them in .NET
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TimeParserRegEx", "TimeParserRegEx.csproj", "{B8454A90-DDB4-4BCD-B0BE-E3B10FE018BC}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{B8454A90-DDB4-4BCD-B0BE-E3B10FE018BC}.Debug.ActiveCfg = Debug|.NET
		{B8454A90-DDB4-4BCD-B0BE-E3B10FE018BC}.Debug.Build.0 = Debug|.NET
		{B8454A90-DDB4-4BCD-B0BE-E3B10FE018BC}.Release.ActiveCfg = Release|.NET
		{B8454A90-DDB4-4BCD-B0BE-E3B10FE018BC}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
Hong Kong Hong Kong
Ovais Khan is a Software Engineer at Kalsoft (Pvt.) Ltd, where he is working on C# and C++ projects for clients in Pakistan and UAE.

He has done MS (Computer Science). For more details please visit Ovais Khan 's home page and his blog

Comments and Discussions