Click here to Skip to main content
15,891,951 members
Articles / Programming Languages / C#

Regular Expression Library Builder

Rate me:
Please Sign up or sign in to vote.
4.63/5 (24 votes)
14 Jun 2005CPOL7 min read 143.5K   3.5K   92  
A tool to quickly allow the creation and modification of .NET Regular Expression Libraries
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RegexLibraryBuilder", "RegexLibraryBuilder\RegexLibraryBuilder.csproj", "{6FDD76E8-0BB8-4DF2-9041-59E650FADA2A}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{6FDD76E8-0BB8-4DF2-9041-59E650FADA2A}.Debug.ActiveCfg = Debug|.NET
		{6FDD76E8-0BB8-4DF2-9041-59E650FADA2A}.Debug.Build.0 = Debug|.NET
		{6FDD76E8-0BB8-4DF2-9041-59E650FADA2A}.Release.ActiveCfg = Release|.NET
		{6FDD76E8-0BB8-4DF2-9041-59E650FADA2A}.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
Software Developer (Senior)
United States United States
Irish guy living in Seattle who is passionate about technology, running, trail running. Software Engineer @Microsoft by day (and night too Smile | :) )

He is an ex Codeproject Editor... time restrictions are still a problem.

Comments and Discussions