JStringNormalise::toCamelCase
Method to convert a string into camel case.
Signature
public function toCamelCase(string
$input )
Parameters
-
$input
- The string input (ASCII only).
Returns
- string
- The camel case string.