How to use
Use the Case Checker to classify your text casing without sending data anywhere.
- Paste text into the input box.
- Choose Analyze each line separately if you have a list.
- Click Check case to generate a compact report.
- Copy the report if you need to share or log it.
FAQ
What does this case checker do?
It analyzes your text and reports the most likely casing style (for example: UPPERCASE, lowercase, Title Case, camelCase, snake_case, kebab-case).
Can it check a list of items line by line?
Yes—enable “Analyze each line separately” to get a per-line classification and a small summary.
Does punctuation affect the result?
Basic upper/lower checks ignore non-letters; Title/Sentence checks can ignore punctuation at word edges if that option is enabled.
What’s the difference between camelCase and PascalCase here?
camelCase starts with a lowercase letter; PascalCase starts with an uppercase letter. Both avoid separators like spaces, underscores, and hyphens.
Why can one input match multiple cases?
Some strings fit more than one pattern (for example, a single word can be both PascalCase-like and Sentence case-like), so the tool lists “Also matches”.
Is my text sent to a server?
No. This tool runs in your browser and does not make network requests.
How do I convert text to a different case?
Use the related Case Formatter to transform text into upper/lower/title/camel/snake formats.