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
- Paste your list of variable names.
- Run the tool.
- It converts `myVariable` to `my_variable`.
- Copy the result.