Extension to String class that makes it easier to do some common jobs as calculate Levenshtein distance between with another string, check if string contains at least one value from an array, check if ends with at least one value from an array, get the file extension of a filename, compute the hash of a string, encrypt and decrypt the string with RSA and more.
Info
Version: | 1.0.3 |
Author(s): | Mattia Marchiani |
Last Update: | Thursday, February 7, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/MattMarked/StringUtilities/ |
NuGet Url: | https://www.nuget.org/packages/StringUtilities |
Install
Install-Package StringUtilities
dotnet add package StringUtilities
paket add StringUtilities
StringUtilities Download (Unzip the "nupkg" after downloading)
Dependencies
Tags