Odd utilities
Methods
(static) camelCase(str)
Camel Case
Parameters:
| Name | Type | Description |
|---|---|---|
str |
string | string with whitespace |
Returns:
camel-case string
(static) constantToCamelCase(str)
Constant To Camel Case
Parameters:
| Name | Type | Description |
|---|---|---|
str |
string | constant-style string (capitals w/ underscores) |
Returns:
camel-case string