Converts a string from kebab-case to camelCase. So it converts "something-like-this" to "somethingLikeThis".
The value to convert.
Converts a string from kebab-case to camelCase. So it converts "something-like-this" to "somethingLikeThis".