@lucid-softworks/string-capitalize
v0.1.0
Published
Uppercase the first Unicode code point of a string.
Maintainers
Readme
@lucid-softworks/string-capitalize
Uppercase the first Unicode code point without modifying the remainder.
import { capitalize } from "@lucid-softworks/string-capitalize";
capitalize("hello WORLD"); // "Hello WORLD"