toCamelCase

Converts str to camel case.

static pure
string
toCamelCase
(
string str
)

Parameters

str string

The string to convert to camel case.

Return Value

Type: string

The input string str converted to camel case.

Meta