camelCase to snake_case
Paste any camelCase or PascalCase identifier such as myVariableName
and get the equivalent snake_case string my_variable_name instantly.
Useful when moving JavaScript or TypeScript variable names into Python, SQL, or config keys. Everything runs in your browser, so your code never leaves your machine.