UTILITY
camel()
Convert text to camelCase.
Signature
string camel(string $text)
Example
camel('hello-world'); // 'helloWorld'Available from: 1.5.0
Convert text to camelCase.
string camel(string $text)
camel('hello-world'); // 'helloWorld'Available from: 1.5.0