Snake_case to camelCase
Paste any snake_case identifier — lowercase words joined by underscores like
my_variable_name — and get the equivalent camelCase string such as
myVariableName instantly.
Handy when porting Python or SQL identifiers into JavaScript or TypeScript. Everything runs in your browser, so your code never leaves your machine.