Case tools
7 tools tagged with “Case”
Camel Case Converter
Convert text to camelCase format (first word lowercase, subsequent words capitalized, no separators) like 'myVariableName'. Perfect for JavaScript variable names, function names, object properties, and naming conventions in JavaScript, Java, and C#.
Developer Utilities · Case Converters
Case Converter
Convert text between 10+ case styles: lowercase, UPPERCASE, Title Case, Sentence case, camelCase, PascalCase, snake_case, SCREAMING_SNAKE_CASE, kebab-case, dot.case, with smart word boundary detection and acronym preservation for programming and writing.
Developer Utilities · Data Converters
Kebab Case Converter
Convert text to kebab-case format (lowercase words separated by hyphens) like 'my-variable-name'. Perfect for CSS class names, URL slugs, HTML attributes, and naming conventions that require lowercase hyphenated identifiers.
Developer Utilities · Case Converters
Pascal Case Converter
Convert text to PascalCase format (capitalized words with no separators) like 'MyVariableName'. Perfect for class names, type names, component names in React/Vue, and naming conventions requiring capitalized identifiers without separators.
Developer Utilities · Case Converters
Sentence Case Converter
Convert text to sentence case format (first letter capitalized, rest lowercase) like 'My sentence here.'. Perfect for normalizing text, formatting titles, creating readable content, and converting text to standard sentence formatting.
Developer Utilities · Case Converters
Snake Case Converter
Convert text to snake_case format (lowercase words separated by underscores) like 'my_variable_name'. Perfect for Python variable names, database column names, configuration keys, and naming conventions requiring lowercase underscore-separated identifiers.
Developer Utilities · Case Converters
Title Case Converter
Convert text to Title Case format (capitalize first letter of major words) like 'My Title Here'. Handles articles, prepositions, and conjunctions according to title case rules, perfect for formatting titles, headings, and display text.
Developer Utilities · Case Converters