Case Converter
Convert naming styles like camelCase, snake_case, kebab-case and PascalCase line by line.
Input
Output
FAQ
Can I convert multiple lines at once?
Yes. Each line is converted independently, so you can paste a whole list of names.
Does it detect word boundaries when converting camelCase to snake_case?
Yes. Uppercase boundaries, spaces, hyphens and underscores are all treated as word breaks.
Related tools
SQL IN Generator
Paste a column from Excel or any list and get a SQL IN ('a', 'b', ...) clause instantly.
Comma Converter
Convert a list of lines into a comma-separated list and back.
Duplicate Line Remover
Remove duplicate lines from a list while keeping the original order.
Line Numbering
Automatically prefix each line of a list with numbers like 1. 2. 3.