helper/recase library
Text case conversion library.
This library provides utilities for converting text between different naming conventions such as camelCase, snake_case, PascalCase, etc.
Based on the recase package implementation.
Classes
- ReCase
- An instance of text to be re-cased.
Extensions
- StringReCase on String
- Extension methods for String to provide easy access to ReCase functionality.