Makes the first symbol uppercase and leaves the rest unchanged.
capitalize("what is love?") === "What is love?"capitalize("") === ""capitalize("SHREK") === "SHREK" Copy
capitalize("what is love?") === "What is love?"capitalize("") === ""capitalize("SHREK") === "SHREK"
Generated using TypeDoc
Makes the first symbol uppercase and leaves the rest unchanged.