Case Format Guide

  • camelCase: First word lowercase, then capitalize each word (e.g., "camelCaseExample")
  • PascalCase: Capitalize every word (e.g., "PascalCaseExample")
  • snake_case: All lowercase with underscores between words (e.g., "snake_case_example")
  • kebab-case: All lowercase with hyphens between words (e.g., "kebab-case-example")
  • CONSTANT_CASE: All uppercase with underscores between words (e.g., "CONSTANT_CASE_EXAMPLE")
  • path/case: All lowercase with forward slashes between words (e.g., "path/case/example")

Support Us

If you find this tool helpful, please consider supporting us by sharing with your friends and colleagues.