Kebab-case to camelCase
Paste any kebab-case identifier — lowercase words joined by hyphens like
my-variable-name — and get the equivalent camelCase string such as
myVariableName instantly.
Useful when moving CSS class names or URL slugs into JavaScript or TypeScript variable names. Everything runs in your browser, so your code never leaves your machine.