lowerFirst

Type:Function
Status:stable
Since:1.0.0
Platform:jsnode
@blackbyte.sugar.shared.string

Lower first letter

Params

  1. string*-String

    The string to lower the first letter

Return

  1. -String

    The string with the first letter lowered

Example

import { lowerFirst } from '@blackbyte/sugar/string'
lowerFirst('Hello world') // hello world

Todo

  • testsnormal