Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 7.0% dependent repos on nuget.org

nuget.org : verticular.extensions.strings

This contians the dotnet string extension methods that you were missing all those years like: .IsNull() .IsNotNull() .IsEmpty() .IsNotEmpty() .IsNullOrEmpty() .IsNotNullOrEmpty() .IsNullOrWhiteSpace() .IsNotNullOrWhiteSpace() .IsOnlyWhiteSpace() .IsNotOnlyWhiteSpace() .IsBase64String() .IsNotBase64String() .IsEmailAddress() .IsUri() .IsNumeric() .IsAlphaNumeric() .IsMatch(@"^\d{4}AAA\d{3}$") .IsMatch(CustomerNumberRegEx) .ContainsAny('A', 'B', 'C') .ContainsAny('A', 'B', 'C', CharacterComparison.InvariantCultureIgnoreCase) .ContainsAll('A', 'B', 'C') .ContainsAll('A', 'B', 'C', CharacterComparison.InvariantCultureIgnoreCase) .ContainsNone('1', ':') .EqualsAny("Hello", "World") .EqualsAny("hElLo", "wOrLd", StringComparison.CurrentCultureIgnoreCase) .EqualsNone("hey", "hi", "hello", "ola") .Until(':') .UntilLast("\r\n") .CountOccurrences('/') .CountOccurrences("cat", StringComparison.CurrentCultureIgnoreCase) .GetWordCount()

Registry - Homepage - JSON
purl: pkg:nuget/verticular.extensions.strings
Keywords: Bcl, String, Extensions, ExtensionMethod, Tools, dotnet, extensions, strings, verticular
License: MIT
Latest release: almost 3 years ago
First release: about 3 years ago
Dependent repositories: 1
Downloads: 1,731 total
Stars: 1 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 21 days ago

    Loading...
    Readme
    Loading...