Case Converter
Convert between camelCase, snake_case, kebab-case, and 15+ text cases
Pentest Tool · v2.4 (Secure)
15
Case Types
camel, snake, kebab, etc.
10MB
Max Input
Text input limit
Word
Detection
Smart word splitting
Multi
Line Support
Process line by line
Case Converter Pro
Convert text between different naming conventions and cases
Examples by Case Type
Programming Cases
camelCase → helloWorld
PascalCase → HelloWorld
snake_case → hello_world
kebab-case → hello-world
Basic Cases
lowercase → hello world
UPPERCASE → HELLO WORLD
Title Case → Hello World
Sentence case → Hello world
Fun Cases
ToGgLe → HeLlO WoRlD
aLtErNaTiNg → hElLo WoRlD
InVeRsE → HELLO world
RaNdOm → HeLLo WoRlD
Why Case Conversion?
Different programming languages and tools require different naming conventions. Convert between cases for compatibility with various pentesting tools and scripts.
Common Use Cases
•
Code formatting - Convert variable names
•
Wordlist generation - Create case variations
•
Data normalization - Standardize text format
•
CTF challenges - Decode mixed case flags
Quick Reference
camelCase
variableName
PascalCase
ClassName
snake_case
file_name
kebab-case
css-class