Convert text to camelCase. The standard for JavaScript and TypeScript variables, function names, and object properties.
Example
Hello World → helloWorld
foo_bar_baz → fooBarBaz
The Quick Brown Fox → theQuickBrownFox
Convert text to camelCase. The standard for JavaScript and TypeScript variables, function names, and object properties.
Hello World → helloWorld
foo_bar_baz → fooBarBaz
The Quick Brown Fox → theQuickBrownFox