Converts the first character of string to lower case.
string
The string to convert.
Returns the uncapitalised string.
uncapitalise('Hello, world!')// => 'hello, world!' Copy
uncapitalise('Hello, world!')// => 'hello, world!'
Converts the first character of
string
to lower case.