utils/name_helper library

Functions

toCamelCase(String text) String
Converts snake_case text to camelCase, e.g. user_profile becomes userProfile.
toPascalCase(String text) String
Converts snake_case text to PascalCase, e.g. user_profile becomes UserProfile.