CSV Janitor
Camel to Snake Converter
Convert variable names from camelCase to snake_case. A simple tool for developers.
0 chars0 lines
0 chars0 lines

About This Tool

Switching between languages? JavaScript uses `camelCase` but Python/SQL use `snake_case`. This tool converts your variable names automatically so you don't have to rewrite them.

How to Use

  1. Paste your list of variable names.
  2. Run the tool.
  3. It converts `myVariable` to `my_variable`.
  4. Copy the result.

Frequently Asked Questions