1 रिपॉजिटरी
Utilities that convert natural language strings into programming identifiers like PascalCase.
Distinct from String Manipulators: Specific to converting human text to code identifiers rather than general string slicing or replacement.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Identifier Generators. Refine with filters or upvote what's useful.
Humanizer is a .NET natural language formatter and string manipulation library designed to convert technical identifiers, numbers, and dates into grammatically correct, human-readable text. It functions as a pluralization engine, localization utility, and case conversion tool for the .NET ecosystem. The library provides specialized capabilities for transforming programming conventions like PascalCase or snake_case into readable sentences and vice versa. It distinguishes itself by handling irregular and uncountable English words during pluralization and singularization, and by applying culture
Converts human-friendly sentences back into PascalCase programming identifiers for use in code.