start-case
v4.17.15arrow_drop_downv4.17.15
v4.17.11
STATUS
Passing
DOWNLOADS
135
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
5 years ago
SIZE
N/A
Converts `string` to
[start case](https://en.wikipedia.org/wiki/Letter_case#Stylistic_or_specialised_usage).
Like
Install start-case as a package?
Copied
npm i @bit/lodash.lodash.start-case
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example modifieddraft
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
and packages in Bit or NPM to the example. any of the 1 million componentstoggle layout
No preview available
chevron_left
chevron_right
startCase (
string:
) : string?
string
Converts string
to
start case.
Example
Argument
string:
string?
The string to convert.
Returns
string
Returns the start cased string.