Skip to content
๐Ÿ”ง

String Case Detector

Text & Code ยท Free Online Tool

Detect if string is camel/snake/kebab/const case.

By CoderNewbie Team
Detected case
camelCasee.g. myVariableName
Words
3
Separator
none
Uppercase
yes
Lowercase
yes
All conventions
camelCase
myVariableName
PascalCase
MyClassName
snake_case
my_variable_name
CONSTANT_CASE
MAX_RETRY_COUNT
kebab-case
my-variable-name
lowercase
value
UPPERCASE
VALUE

Seven Conventions

Detects camelCase, PascalCase, snake_case, CONSTANT_CASE, kebab-case, lower, and UPPER.

Detailed Breakdown

See word count, detected separator, and case presence at a glance.

Live Analysis

Results update instantly as you type, highlighting every convention that matches.

How to Use String Case Detector

  1. 1Enter or paste your text or code into the input area.
  2. 2Choose the desired operation (format, convert, analyze, etc.).
  3. 3Click the action button to process.
  4. 4Copy the result from the output area.

Features

  • โœ“100% free โ€” no signup, no subscription, no ads
  • โœ“Runs entirely in your browser โ€” data never leaves your device
  • โœ“Fast and lightweight โ€” instant results
  • โœ“Cross-platform โ€” works on desktop, tablet, and mobile

Frequently Asked Questions

Can I format code in different styles?

Yes, the SQL Formatter and other code tools support multiple formatting options and indentation styles.

Is regex testing case-sensitive?

The Regex Tester supports case-sensitive and case-insensitive matching, along with global and multiline flags.

Related Tools

Learn the concept

Learn the concept

Understand the programming ideas behind this tool.