UTILITY

camel()

Convert text to camelCase.

Signature

string camel(string $text)

Example

camel('hello-world'); // 'helloWorld'

Available from: 1.5.0

Reference navigation

Previous: bytes()

Next: clamp()

Back to utilities