Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1014 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 1014 Bytes

String.Extensions

Build status Release status Code coverage Nuget version Nuget downloads

Some string extensions (comparing with ignore case and so on).

Usage

For example, for case-insensitive check for equility use the following code:

using teh13th.String.Extensions;
"test".EqualsI("TEST");