Kayki.StringUtils is a package for string manipulation and validation in .NET applications. This package offers a comprehensive set of methods to simplify common tasks such as string formatting, safe substring handling, and validation of various formats including dates, CPF, CNPJ, and emails. With a user-friendly and efficient approach, Kayki.StringUtils assists developers in writing cleaner and more robust code when working with string-related operations.
License
—
Deps
0
Install Size
—
Vulns
✓ 0
Published
Jun 6, 2024
$ dotnet add package Kayki.StringUtilsKayki.StringUtils is a .NET package offering a comprehensive set of utilities for string manipulation and validation tasks.
You can install the package via NuGet:
dotnet add package Kayki.StringUtils
Here's a quick example of how to use Kayki.StringUtils in your .NET project:
using Kayki.StringUtils;
class Program
{
static void Main()
{
string input = "Hello World";
string reversed = StringHelper.Reverse(input);
Console.WriteLine(reversed); // Output: dlroW olleH
}
}
For detailed usage instructions and API documentation, please refer to the Wiki.
Contributions are welcome! Please feel free to open issues or submit pull requests to help improve this package.