Nog CLI Developer Guide - v0.10.5
Preparing search index...
utils/naming
toCamelCase
Function toCamelCase
toCamelCase
(
str
:
string
)
:
string
Converts a string to camelCase. Examples:
"hello-world" => "helloWorld"
"HelloWorld" => "helloWorld"
"hello_world" => "helloWorld"
Parameters
str
:
string
The string to convert
Returns
string
The string in camelCase format
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Nog CLI Developer Guide - v0.10.5
Loading...
Converts a string to camelCase. Examples: