13 packages tagged with “String-Manipulation”
Innovoft.IO.SplitReaders is a library for efficient csv column reading. When reading small csv files and on one thread using a TextReader and doing a string.Split(...) is not an issue. But when reading 100 GB csv files on 48 threads, string creation ends up being an issue because of all the GC that it causes.
Easily convert strings into various casing styles: camelCase, PascalCase, lower_snake_case, _underscoreCamelCase.
A collection of awesome string extension methods.
Utility helpers for encryption, string manipulation, date/time handling, currency codes, data masking, and permissions. Includes EncryptionHelper, StringHelper, DisplayMasker, and more.
A .NET library that converts various string formats into other cases. It provides robust handling of different casing conventions, separators, and special characters, making it an ideal utility for consistent string formatting in your applications.
Abblix.Utils is a comprehensive utility library for .NET that enhances data manipulation and processing capabilities across applications. It includes advanced URI and string manipulation tools, cryptographic functionalities, and custom JSON converters to streamline serialization tasks. Key features include handling complex URI components, extending string operations, providing secure random data generation, and implementing custom converters for efficient JSON processing.
A dotnet library to provide a fluent healthcheck service.
A powerful .NET library for parsing and writing structured text data using fixed-width and separator-based formats
Mascarate is a lightweight, easy-to-use library for formatting, validating and removing masks in C# strings. Ideal for dealing with data such as CPF, CNPJ, telephone numbers, zip codes and much more.
A library that offers an alternative to the String.Format method from .NET with added support for formatting lists of items.
A collection of useful extension methods for date transformations, caching, enum handling, geographic calculations, JSON serialization, and string manipulation.
NetExt.Strings is a powerful utility library that extends string manipulation capabilities in .NET. It provides a variety of robust, easy-to-use methods for trimming, validating, transforming, encoding, and replacing string values. This package simplifies common string operations, improves code readability, and enhances productivity for .NET developers.
SkyWebFramework.Utilities is an all-in-one helper library that eliminates boilerplate code and provides battle-tested extension methods for common .NET operations. Includes string manipulation (truncate, slugify, sanitize), date utilities (business days, age calculation, time ago), collection helpers (batch processing, safe operations), security tools (hashing, encryption, GUID generation), math utilities (percentage, rounding, range checks), and object manipulation (deep clone, mapping, null checks). Perfect for web applications, APIs, microservices, and enterprise systems.