Back to Lo

Core Capitalize

docs/data/core-capitalize.md

1.53.0118 B
Original Source

Converts the first character to uppercase and the remaining to lowercase.

go
lo.Capitalize("heLLO")
// "Hello"