koenbeuk / StringExtensions

By default, the .NET BCL introduces a set of static methods and instance members for the String type that gives us basic support for common string operations. Unfortunately, the methods offered are incomplete. Methods like Contains and Replace provide no mechanism whatsoever for explicitly setting the comparison type. Try and replace a word with…
33Updated 5 years ago

Related projects

Alternatives and complementary repositories for StringExtensions