Click here to Skip to main content
15,884,895 members
Articles / Programming Languages / C#

Find and Replace with Regular Expressions

Rate me:
Please Sign up or sign in to vote.
4.14/5 (14 votes)
6 Apr 2007CPOL4 min read 100.3K   2.1K   45  
An article on using regular expressions to implement Find and Replace functionality

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FindAndReplace", "FindAndReplace.csproj", "{8BAB7F80-83F0-4DEC-B28C-A73DFD8BD0FA}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{8BAB7F80-83F0-4DEC-B28C-A73DFD8BD0FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{8BAB7F80-83F0-4DEC-B28C-A73DFD8BD0FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{8BAB7F80-83F0-4DEC-B28C-A73DFD8BD0FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{8BAB7F80-83F0-4DEC-B28C-A73DFD8BD0FA}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	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
India India
Software Engineer living in Cochin, India. Do coding for a living; love to read, watch movies, play chess for fun.

Read my blogs at http://LazyExplorer.blogspot.com/

Comments and Discussions