Convert between camelCase, snake_case, kebab-case, PascalCase, and more. Essential tools for developers working with different coding standards.
14 tools available
Convert text to camelCase format (e.g., myVariableName)
Convert text to PascalCase format (e.g., MyClassName)
Convert text to snake_case format (e.g., my_variable_name)
Convert text to SCREAMING_SNAKE_CASE format (e.g., MY_CONSTANT)
Convert text to kebab-case format (e.g., my-css-class)
Convert text to Train-Case format (e.g., My-Header-Name)
Convert text to dot.case format (e.g., my.config.key)
Convert text to path/case format (e.g., my/file/path)
Convert text to Namespace::Case format (e.g., My::Module::Name)
Convert text to Ada_Case format (e.g., My_Variable_Name)
Convert text to COBOL-CASE format (e.g., MY-VARIABLE-NAME)
Convert text to flatcase format (e.g., myvariablename)
Convert text to UPPERFLATCASE format (e.g., MYVARIABLENAME)
Automatically detect the naming convention of input text