$camelCase
The$camelCase operator converts a string to camelCase format.
Input
- A single string value
Output
- The input string converted to camelCase format
Examples
Convert to CamelCase
"helloWorldTest"
Convert with Hyphens
"convertThisToCamel"
$camelCase operator converts a string to camelCase format.
"helloWorldTest"
"convertThisToCamel"