Click here to Skip to main content
15,883,749 members
Articles / Programming Languages / C#

Fastest C# Case Insenstive String Replace

Rate me:
Please Sign up or sign in to vote.
4.72/5 (30 votes)
4 Jul 20052 min read 353.1K   1.6K   59  
Find a fast way to replace case insenstive string.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StringHelperTest", "StringHelperTest.csproj", "{3BFA96B9-F461-41FD-ACC9-2D053EAC3876}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{3BFA96B9-F461-41FD-ACC9-2D053EAC3876}.Debug.ActiveCfg = Debug|.NET
		{3BFA96B9-F461-41FD-ACC9-2D053EAC3876}.Debug.Build.0 = Debug|.NET
		{3BFA96B9-F461-41FD-ACC9-2D053EAC3876}.Release.ActiveCfg = Release|.NET
		{3BFA96B9-F461-41FD-ACC9-2D053EAC3876}.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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Product Manager www.xnlab.com
Australia Australia
I was born in the south of China, started to write GWBASIC code since 1993 when I was 13 years old, with professional .net(c#) and vb, founder of www.xnlab.com

Now I am living in Sydney, Australia.

Comments and Discussions