Selva Compute API Reference - v1.5.1
Preparing search index...
core
toCamelCase
Function toCamelCase
toCamelCase
(
str
:
string
,
options
?:
{
preserveSpaces
?:
boolean
}
)
:
string
Converts a string to camelCase.
Parameters
str
:
string
The string to convert
options
:
{
preserveSpaces
?:
boolean
}
= {}
Options object
preserveSpaces: If true, spaces are preserved (default: false)
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Selva Compute API Reference - v1.5.1
Loading...
Converts a string to camelCase.