Text Case Converter
Convert text between common naming conventions and case styles instantly.
About case conversions: Different naming conventions are required across languages — snake_case for Python and databases, camelCase for JavaScript, PascalCase for class names, kebab-case for CSS and URLs. Input is split on spaces, hyphens, underscores, and camelCase word boundaries before rejoining in the target format.